Quickstart: Debug Webhooks
- Navigate to Event Logs.
- Filter by failed status or endpoint.
- Click an event to inspect the payload, headers, and status your handler reported.
- Note the
event_idand cross-reference it against your own application logs for the full request/response detail.
Tip: Seiri doesn't replay the original request — to re-trigger a specific event, use the sending provider's own retry/redelivery tool, then watch the new attempt land here.