Errors
webhook_not_found
404 – No such Webhook. The Identity has no Webhook with that id.
No such Webhook. Answered with 404.
What it means
The Identity has no Webhook with that id.
What to do
List them with GET /api/identities/{handle}/webhooks.
The body
{
"type": "https://tigby.eu/problems/webhook_not_found",
"title": "No such Webhook",
"status": 404,
"detail": "…what was refused, naming this request's own values",
"code": "webhook_not_found",
"doc_url": "https://docs.tigby.eu/errors/webhook_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.