/

Get service provider groups

get

Retrieves a list of service provider groups based on the provided filter

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Query parameters
serviceProviderIdstringOptional

Filter by service provider ID

Example: 123
serviceProviderInternalIdnumberOptional

Filter by service provider internal ID

Example: 123
organizationIdnumberOptional

Filter by organization ID

Example: 123
namestringOptional

Filter by name

Example: My Group
memberServiceProviderIdstringOptional

Filter by member service provider ID

Example: 123
rolestring · enumOptional

Filter by role

Example: OWNERPossible values:
isPartneranyOptional

Filter by partner

Example: true
Responses
chevron-right
200Success
application/json
get
/api/service-provider-groups/
200Success

Create service provider group

post

Creates a new service provider group

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Body
namestringOptional

Name of the service provider group

rolestring · enumOptional

Role type of the service provider

Possible values:
descriptionstringOptional

Description of the service provider group

isDefaultbooleanOptional

Whether this is the default group

partnerIdnumberOptional

The partner ID of the service provider

Example: 1
Responses
chevron-right
200Success
application/json
post
/api/service-provider-groups/
200Success

Was this helpful?