Skip to content
Tollgate Docs

← Back to catalog

SCOPE_INSUFFICIENT

Message. API key scope does not cover this route

Hint. Mint a key with sufficient scope (admin > settle > read) — see docs.

Wire shape

{
  "error": {
    "code": "SCOPE_INSUFFICIENT",
    "message": "API key scope does not cover this route",
    "hint": "Mint a key with sufficient scope (admin > settle > read) — see docs.",
    "docsUrl": "https://docs.tollgatepay.com/errors/scope-insufficient"
  }
}

Canonical URL

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

Related codes