Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

HTTP Basic authentication using your base64-encoded API consumer key and secret. Only used for the POST /oauth2/token endpoint to obtain a bearer token.

Body

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

Must be client_credentials — the only supported grant type.

Example:

"client_credentials"

Response

200 - application/json

Request API Token

access_token
string
Example:

"{{access-token}}"

expires_at
string
Example:

"2024-11-08 16:04:40"

type
string
Example:

"bearer"