Skip to main content

key_limit_reached

The account has reached its maximum number of API keys.

HTTPcodeRetryable?
409key_limit_reachedno

When it happens

You tried to create a key beyond the account's limit.

How to resolve it

Revoke a key you no longer use before creating another, or contact Skipo to raise the limit.

Example

{
"type": "https://docs.skipo.com/errors/key_limit_reached",
"title": "API key limit reached",
"status": 409,
"code": "key_limit_reached",
"retryable": false,
"detail": "The account has reached its maximum number of API keys."
}

Back to the error catalog · See the error format.