Errors

allowed_recipient_quota_exceeded

403 – Entry quota reached. The Org holds as many manual Allowed Recipient entries as its Plan allows.

Entry quota reached. Answered with 403.

What it means

The Org holds as many manual Allowed Recipient entries as its Plan allows. Entries granted automatically by verified inbound mail are not counted.

What to do

Remove an entry with DELETE /api/allowed-recipients/{id}, or move up a Plan.

The body

{
  "type": "https://tigby.eu/problems/allowed_recipient_quota_exceeded",
  "title": "Entry quota reached",
  "status": 403,
  "detail": "…what was refused, naming this request's own values",
  "code": "allowed_recipient_quota_exceeded",
  "doc_url": "https://docs.tigby.eu/errors/allowed_recipient_quota_exceeded",
  "agent_hint": "…the next step, for software"
}

Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.