API Token

Token generation and management

Get API access token

post

Exchange API client credentials for an access token. Use this token in the Authorization header as "Bearer " for authenticated API requests.

Body
clientIdstringRequired

The API client ID provided when the API client was created

Example: client_abc123xyz
clientSecretstringRequired

The API client secret provided when the API client was created

Example: secret_def456uvw
organizationIdstringRequired

The organization ID associated with this API client

Example: org_789ghi
Responses
chevron-right
200

Successfully authenticated and returned access token

application/json
post
/api/token

Last updated

Was this helpful?