Skip to main content
GET

List API Tokens

Returns all active API tokens for the authenticated user.

Headers

string
required
Bearer token: Bearer <token>

Response

Returns an array of API token metadata objects:
string
Token unique ID.
string | null
Token description or label.
array
Assigned permission scopes.
string
Current plan tier (free, pro, enterprise).
string
ISO 8601 expiration timestamp.
string
ISO 8601 creation timestamp.