Errors

connector_quota_exceeded

403 – Connector quota reached. The Org holds as many Connectors as its Plan allows, across all its Identities.

Connector quota reached. Answered with 403.

What it means

The Org holds as many Connectors as its Plan allows, across all its Identities.

What to do

Disconnect one with DELETE /api/identities/{handle}/connectors/{platform}, or move up a Plan.

The body

{
  "type": "https://tigby.eu/problems/connector_quota_exceeded",
  "title": "Connector quota reached",
  "status": 403,
  "detail": "…what was refused, naming this request's own values",
  "code": "connector_quota_exceeded",
  "doc_url": "https://docs.tigby.eu/errors/connector_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.