Send test event
Issues a syntheticwebhook.test event to the endpoint. The synthetic event is signed and counted toward the endpoint’s delivery history.
>= 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.List deliveries
| Param | Description |
|---|---|
status | delivered, failed, dead_lettered |
event_type | One of the 12 event types |
from / to | Time range |
Required permissions
| Endpoint | Permission |
|---|---|
POST /v1/webhooks/{id}/test | webhooks:update |
POST /v1/webhooks/{id}/replay/{deliveryId} | webhooks:update |
GET /v1/webhooks/{id}/deliveries | webhooks:read |