| Field | Value |
|---|---|
| Type URI | https://developer-next.ingrid.com/ingrid-api/errors/common/forbidden |
| Title | Forbidden |
| Recommended Status | 403 Forbidden |
- 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
{
"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"
}