Skip to main content
cogDepot

Problem types

api_key_disabled

HTTP 403

The operator disabled this key. There is no separate re-enable route: POST /dashboard/keys/rotate mints a fresh key and reactivates the account in the same call.

Response shape

{
  "type": "https://cogdepot.com/problems/api_key_disabled",
  "title": "<short human-readable summary>",
  "status": 403,
  "detail": "<what happened on this occurrence>",
  "reason": "api_key_disabled"
}

Branch on reason. The title is prose and may be reworded; reason is the stable contract.