# Forbidden | Field | Value | | --- | --- | | Type URI | `https://docs.ingrid.com/developer-resources/ingrid-api/errors/common/forbidden` | | Title | Forbidden | | Recommended Status | 403 Forbidden | ## Common Causes - The authenticated user does not have the required permissions - The resource is restricted to a different access level - The operation is not allowed for the current account ## Example Response ```json { "type": "https://docs.ingrid.com/developer-resources/ingrid-api/errors/common/forbidden", "title": "Forbidden", "status": 403, "detail": "You do not have permission to access this resource.", "instance": "urn:ingrid:request:9b056bec-432e-43ea-afbf-c2b886aeaa47" } ```