Skip to main content
POST
Generate access token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth 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.

username
string
required

The username for API authentication.

password
string
required

The password for API authentication.

grant_type
enum<string>
required

Must always be set to 'password'.

Available options:
password

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'.