Endpoint
Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for this key — use it for revoke, activate, and delete operations |
key_preview | string | First 16 characters of the key — for identification only |
environment | string | live or test |
is_active | boolean | Whether this key can currently authenticate requests |
created_at | string | ISO 8601 timestamp of when the key was created |
last_used_at | string | ISO 8601 timestamp of the last successful request made with this key |
Full key values are never returned by this endpoint. The complete key
is only shown once at creation via POST /api/v1/keys.
If you have lost a key, revoke it and create a new one.
Error Responses
| Status | Meaning |
|---|---|
401 | Missing or invalid X-API-Key |
429 | Rate limit exceeded — 100 req/min per key |
Create Key
Generate a new API key for your account.
Revoke Key
Deactivate a key to stop it authenticating requests.
