Skip to content
Tollgate Docs

← Back to catalog

KEY_REVOKED

Message. API key has been revoked

Hint. Rotate to an active key or contact the account owner for a new one.

Wire shape

{
  "error": {
    "code": "KEY_REVOKED",
    "message": "API key has been revoked",
    "hint": "Rotate to an active key or contact the account owner for a new one.",
    "docsUrl": "https://docs.tollgatepay.com/errors/key-revoked"
  }
}

Canonical URL

https://docs.tollgatepay.com/errors/key-revoked — this URL is hard-coded into the 402/403/451 docsUrl field. It is stable; renaming the slug requires a migration plan.

Related codes