Authorization
Get token to authorize API operations
Header parameters
Content-TypestringRequiredDefault:
Must always be 'application/x-www-form-urlencoded'
application/x-www-form-urlencodedExample: application/x-www-form-urlencodedBody
client_idstringRequired
Provided client_id for partner
client_secretstringRequired
Provided client secret for partner
grant_typestringRequiredDefault:
Grant type, always use 'client_credentials'
client_credentialsResponses
200
OK
application/json
400
Bad Request
application/json
post
/oauth2/tokenLast updated
