Errors

event_not_found

404 – No such Event. The Org has no Event with that id.

No such Event. Answered with 404.

What it means

The Org has no Event with that id.

What to do

List the Org's Events with GET /api/events; ids start with evt_.

The body

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