Generate Access Token

This API is used to generate an access token using the Key ID and Secret API Key created from the Manage API Keys page

POST {{BaseURL}/clients/{clientAccountId}/token

Headers

Name
Value
Description

X-Public-Access

allow

Required

Body

Name
Type
Description

api_key

string

Required API key from the Manage API Keys Page

key_id

string

Required Key ID from the Manage API Keys Page

Request

Response

Last updated

Was this helpful?