Skip to main content
POST
Obtain Access Token

Body

application/json
grant_type
enum<string>
required
Available options:
client_credentials
client_id
string
required
client_secret
string
required

Response

AccessToken

token_type
enum<string>
required
Available options:
Bearer
expires_in
integer
required

When the access token expires, in seconds

Example:

2592000

access_token
string
required
Example:

"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9..."