Endpoint
is_active back to true. Requests made with the key
will be accepted again immediately. Only keys that have been
revoked can be activated — keys that have been
hard deleted cannot be recovered.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The key ID to reactivate — from GET /api/v1/keys |
Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | The key that was reactivated |
is_active | boolean | Always true after a successful activate |
environment | string | live or test |
key_preview | string | First 16 characters of the key for identification |
Error Responses
| Status | Meaning |
|---|---|
401 | Missing or invalid X-API-Key |
404 | Key not found, or belongs to a different user |
429 | Rate limit exceeded — 100 req/min per key |
Revoke Key
Deactivate a key again if needed.
List Keys
View all keys and their current active status.
