type URI on every webhook_not_found problem body: https://docs.get-exo.com/errors/webhook_not_found.
HTTP status: 404 Not Found.
Why it happens
Webhook endpoints are organization-level configuration. An id from another organization, or one already deleted, resolves to nothing.How to fix it
- List endpoints with
GET /v1/webhooksand use an id from there. - If the endpoint was auto-disabled rather than deleted it still exists; read its state with
GET /v1/webhooks/{webhook_id}.
Related
webhook_limit_reachednot_found- Errors for the envelope and the full catalogue