Skip to main content
POST
Get API Access Token

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/x-www-form-urlencoded
grant_type
enum<string>
default:client_credentials
required

Always set to 'client_credentials'

Available options:
client_credentials

Response

200 - application/json

Access token retrieved successfully

access_token
string
required
expires_in
integer
required
token_type
string
required
scope
string