Errors

connector_not_connected

404 – No such Connector. The Identity has no account connected on that platform.

No such Connector. Answered with 404.

What it means

The Identity has no account connected on that platform.

What to do

Connect one with PUT /api/identities/{handle}/connectors/{platform}, or from the console.

The body

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