api_key_revoked
The key was revoked, and a revoked key never authenticates again — revocation is the way to cut off a leaked credential.
| Code | Type | HTTP | Category |
|---|---|---|---|
api_key_revoked | authentication_error | 401 | Authentication |
Cause
The key was revoked, and a revoked key never authenticates again — revocation is the way to cut off a leaked credential.
What to do
Issue a new key and roll it out wherever the old one was in use.
Message returned by the API
This API key has been revoked.
Related
All Authentication error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.