Skip to content

forbidden

Forbidden โ€” HTTP 403 ยท type permission_error

What happened

The key is valid but lacks the scope required for this operation.

How to fix it

Use a key that carries the required scope (see the operation's `x-required-scope` in the reference).

Example response

{
  "error": {
    "type": "permission_error",
    "code": "forbidden",
    "message": "A human-readable description of what went wrong.",
    "doc_url": "https://docs.interglobe.io/errors/forbidden"
  },
  "request_id": "req_1a2b3c"
}

โ† All error codes