Get partner access token (client credentials)
Authentication
Get partner access token (client credentials)
OAuth2 token endpoint using Basic Authentication. Provide partner_uuid:api_key as username:password in Basic Auth header. Request body should be form-encoded with grant_type=client_credentials.
POST
Get partner access token (client credentials)
Authorizations
Basic authentication for OAuth2 token endpoint. Use partner_uuid:api_key as username:password. Example: Authorization: Basic base64(partner_uuid:api_key)