Authorization

Get Token

post
/oauth2/token

Get token to authorize API operations

Header parameters
Content-TypestringRequired

Must always be 'application/x-www-form-urlencoded'

Default: application/x-www-form-urlencodedExample: application/x-www-form-urlencoded
Body
client_idstringRequired

Provided client_id for partner

client_secretstringRequired

Provided client secret for partner

grant_typestringRequired

Grant type, always use 'client_credentials'

Default: client_credentials
Responses
200

OK

application/json
post
/oauth2/token

Last updated