key_revoked
The API key has been revoked.
| HTTP | code | Retryable? |
|---|---|---|
| 401 | key_revoked | no |
When it happens
Someone revoked the key from the dashboard (or it was revoked for security reasons).
How to resolve it
Create a new key and replace it in your integration. If you did not expect the revocation, contact Skipo.
Example
{
"type": "https://docs.skipo.com/errors/key_revoked",
"title": "API key revoked",
"status": 401,
"code": "key_revoked",
"retryable": false,
"detail": "The API key has been revoked."
}
Back to the error catalog · See the error format.