Service Access Token

Requesting a service access token

post

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-urlencoded
Body
grant_typestringOptional
client_idstringOptional
client_secretstringOptional
scopestringOptional
Responses
post
/oauth/token
200

The request was successful. A service access token is returned.

Last updated

Was this helpful?