Skip to main content
POST
Get OAuth 2.0 access token

Body

application/x-www-form-urlencoded

OAuth 2.0 Client Credentials Grant token request.

grant_type
string

OAuth 2.0 grant type. Must be client_credentials.

client_id
string

Client identifier issued for your API integration.

client_secret
string

Client secret issued for your API integration.

Response

OK

Successful OAuth 2.0 token response.

access_token
string

JWT access token to send as a Bearer token in the Authorization header. Valid for 60 minutes.

token_type
string

Token type. Always Bearer.

expires_in
integer<int32>

Token lifetime in seconds.