key_expired
The API key has reached its expiration date.
| HTTP | code | Retryable? |
|---|---|---|
| 401 | key_expired | no |
When it happens
The key had an expiration configured and it has now passed.
How to resolve it
Create a new key from the dashboard and update your integration.
Example
{
"type": "https://docs.skipo.com/errors/key_expired",
"title": "API key expired",
"status": 401,
"code": "key_expired",
"retryable": false,
"detail": "The API key has reached its expiration date."
}
Back to the error catalog · See the error format.