Service Access Token
Sends an authentication request and returns a service access token.
Note: We do not support refresh tokens for service access tokens. In case your service access token expires, you need to send a new authentication request.
Grant type parameter is always client_credentials.
Header parameters
Content-TypestringRequiredExample:
application/x-www-form-urlencodedBody
grant_typestringOptional
client_idstringOptional
client_secretstringOptional
scopestringOptional
Responses
200
The request was successful. A service access token is returned.
application/json
post
/oauth/token200
The request was successful. A service access token is returned.
Last updated
Was this helpful?

