API Tokens
Get API Token
Retrieve the API token for a specific sub-account. This endpoint is only available to agency owners.
GET
This endpoint requires an agency owner token.
Headers
string
required
Token from the agency owner account.
Query Parameters
string
required
The email address of the sub-account to retrieve the API token for.
Response
boolean
Whether the request was successful.
string
A human-readable result message.
string
The API token for the specified sub-account.
