Authentication
Authenticate with the TokenID REST API using your API key.
All API requests require an Authorization header with your TokenID API key.
Authorization: Bearer td_live_xxxx
Get your API key
- Log in to token.audit.id/app.
- Go to Settings → API Keys.
- Click New Key. Copy it immediately — it is only shown once.
Base URL
https://token.audit.id/api/v1
Example request
curl https://token.audit.id/api/v1/dashboard/summary \
-H "Authorization: Bearer td_live_xxxx"
Errors
| Status | Meaning |
|---|---|
401 |
Missing or invalid API key |
403 |
Key exists but lacks permission for this resource |
429 |
Rate limit exceeded |
500 |
Server error — retry with exponential backoff |