Skip to content

Forbidden

FieldValue
Type URIhttps://docs.ingrid.com/developer-resources/ingrid-api/errors/common/forbidden
TitleForbidden
Recommended Status403 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

{
  "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"
}