Skip to main content

key_revoked

The API key has been revoked.

HTTPcodeRetryable?
401key_revokedno

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.