Skip to main content
This page is the resolution target of the RFC 9457 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/webhooks and 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}.