Skip to main content
POST
Generate access token

Body

application/x-www-form-urlencoded
client_id
string
required

The client ID assigned to your organization.

client_secret
string
required

The client secret assigned to your organization.

grant_type
enum<string>
required

Must always be set to 'client_credentials'.

Available options:
client_credentials

Response

Successfully retrieved access token.

access_token
string

The access token used for authentication.

expires_in
integer

Token expiration time in seconds.

token_type
string

The type of token, usually 'Bearer'.