Skip to main content
The base webhook endpoints (create, list, delete) are documented under API Reference → Webhooks. This page covers operational endpoints for testing and debugging delivery.

Send test event

Issues a synthetic webhook.test event to the endpoint. The synthetic event is signed and counted toward the endpoint’s delivery history.
Response 200
If your receiver returns >= 400, the test still counts as a delivery attempt and is retried per the configured backoff.

Replay a delivery

Re-sends a previously emitted delivery. Useful when your receiver was down and the dead-letter window expired before it recovered.
The replayed payload is byte-identical to the original; the HMAC signature also matches the original. Receivers should treat replays as idempotent.

List deliveries

Filters Response 200

Required permissions