Authentication
All API requests require an API key passed in theAuthorization header.
Creating an API key
- Log in to your dashboard
- Click Create key and give it a name (e.g. “Production”, “My App”)
- Copy the key immediately — it is only shown once
tpc_aBcDeFgHiJkLmNoPqRsTuVwXyZ...
Using your API key
Include the key in theAuthorization header as a Bearer token:
Revoking a key
Go to API Keys in the dashboard and click Revoke next to the key you want to disable. Revoked keys immediately stop working.Error responses
| Status | Meaning |
|---|---|
401 | Missing, invalid, or revoked API key |
