Get API Token

POST/o/token/

The Token endpoint can be used to get a new access token after user authorization grant_type=client_credentials

Body Parameters

grant_type
string
required
Authentication Grant Type
client_id
string
required
Client ID you received after registering your application.
client_secret
string
required
Client Secret you received after registering your application.

Response

access_token
string
required
New active access token
expires_in
string
required
Access token expiration in seconds
token_type
string
required
Refresh token which can be used to refresh expired access token
scope
string
required
List of permissions applied to given access token