Profiles

get
/v1/profiles

Returns a list of all the profiles

Authorizations
OAuth2clientCredentialsRequired

This API uses OAuth 2 with the credentials grant flow.

Token URL: Refresh URL:
Responses
200

OK

application/json
get
/v1/profiles
200

OK

get
/v1/profiles/{profileId}

Returns a profile

Authorizations
OAuth2clientCredentialsRequired

This API uses OAuth 2 with the credentials grant flow.

Token URL: Refresh URL:
Path parameters
partnerIdstringRequired

The id of the partner to retrieve

profileIdstringRequired

The id of the profile

Responses
200

OK

application/json
get
/v1/profiles/{profileId}
200

OK

Was this helpful?