Retrieve an API Token
GET
/api/v1/api_tokens/{uuid}Retrieve details of a specific API token. The full token value is never returned after initial generation.
Path Parameters
ParameterTypeDescription
uuidrequiredstringAPI token identifier
bash
curl https://exportcomments.com/api/v1/api_tokens/550e8400-e29b-41d4-a716-446655440000 \-H "X-AUTH-TOKEN: your-api-key"
Response200
json
{"uuid": "550e8400-e29b-41d4-a716-446655440000","expiresAt": "2027-02-23T12:00:00+00:00","isExpired": false,"createdAt": "2026-02-23T12:00:00+00:00"}
