Skip to content
Last updated

Forbidden

FieldValue
Type URIhttps://developer-next.ingrid.com/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://developer-next.ingrid.com/ingrid-api/errors/common/forbidden",
  "title": "Forbidden",
  "status": 403,
  "detail": "You do not have permission to access this resource.",
  "trace_id": "abc-123-def-456"
}