Skip to main content
POST
Get an access token

Body

client_id
string
required

The client ID

client_secret
string
required

The client secret

partner_id
string | null

If you are a platform with multiple partners this is the partner ID you want to get the token for. Standard partners should not provide this.

Response

The response from the access token endpoint

access_token
string
required

The access token

expires_in
number
required

The expiration time of the access token

Example:

86400

token_type
string
required

The type of the access token

Example:

"Bearer"