Dashboard Get started

All API requests require an Authorization header with your TokenID API key.

Authorization: Bearer td_live_xxxx

Get your API key

  1. Log in to token.audit.id/app.
  2. Go to Settings → API Keys.
  3. 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