Skip to main content
POST
Get Access Token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

client_id
string<uuid>
required
client_secret
string
required
grant_type
enum<string>
required
  • client_credentials - client_credentials
Available options:
client_credentials

Response

200 - application/json
access_token
string
required
token_type
string
required
expires_in
integer
required