Go to App

API Tokens

API tokens provide programmatic access to the ExportComments API. Each token is tied to your user account and inherits your subscription tier.

The API Token Object

FieldTypeDescription
uuidstringUnique token identifier
expiresAtdatetimeToken expiration date (1 year from generation)
isExpiredbooleanWhether the token is expired
createdAtdatetimeWhen the token was generated
⚠️
Token visibility

The full token value is only returned once during generation. After that, only metadata (uuid, expiry, etc.) is available via the API.

Endpoints

MethodPathDescription
POST/api/v1/api_tokens/generateGenerate a new API token
GET/api/v1/api_tokensList all tokens
GET/api/v1/api_tokens/{uuid}Retrieve a specific token
DELETE/api/v1/api_tokens/{uuid}Revoke a token

Token Properties

PropertyDetails
Format120-character alphanumeric string prefixed with ec_live_
Expiration1 year from generation date
ScopeFull API access for the associated user account
TierInherits the plan tier (Premium or Business) at generation time