Skip to main content
POST
cURL

Body

application/x-www-form-urlencoded

Client authentication details

client_id
string
required

The client identifier

client_secret
string
required

The client secret

grant_type
enum<string>
default:client_credentials
required
Available options:
client_credentials

Response

Successful token response

access_token
string

The access token. This is used as a bearer token in the Authorization header of requests to the API.

expires_in
integer<int32>

Lifetime of the access token in seconds

refresh_expires_in
integer<int32>
default:0

Lifetime of the refresh token in seconds

token_type
enum<string>

Type of the token

Available options:
Bearer
not-before-policy
integer<int32>
default:0

Not Before Policy time

scope
string

Space separated list of scopes associated with the access token