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
chevron-right
200

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

application/json
access_tokenstringOptional
token_typestringOptional
expires_ininteger · int32Optional
session_idle_timeinteger · int32Optional
refresh_tokenstringOptional
refresh_token_expires_ininteger · int32Optional
scopestringOptional
post
/oauth/token
200

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

Last updated

Was this helpful?