Tokens
List Tokens
List every personal API token on the account — names, scopes, status, expiry. Secrets are never returned.
GET
Lists every personal API token on the account — active, expired, and revoked — with metadata only. Secrets are never returned after creation; the
preview field shows just enough (prefix + last 4 characters) to match a token you hold against its record.
Use this to audit what can access the account, find the id to pass to revoke, and check how close you are to the 25-active-token cap before creating more.
Requirements: any valid token — token management needs no specific scope or feature flag, and works pre-claim.
Request
No parameters.Response
Errors
| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid token |