Skip to main content
POST
Mint an access token

Body

application/json

Client-credentials request using a portal-issued API key.

grant_type
string
required

Must be client_credentials.

client_id
string
required

API key prefix shown in the client portal.

client_secret
string
required

API key plaintext shown once at creation.

Response

Successful Response

Short-lived bearer token returned by a successful exchange.

access_token
string
required
token_type
string
required
expires_in
integer
required