Replay a delivery
POST
/api/v1/admin/webhooks/deliveries/{id}/replay
prm_notifications_manage
Re-queues a past delivery, which is how a dead one is recovered after the receiving side is fixed.
Your receiver will see the same event twice if the original eventually landed. Webhook receivers have to be idempotent on the event id; this endpoint is one of the reasons why.
At a glance
- Authentication
- Staff token or session
- Requires permission
-
prm_notifications_manageManage notification channels & templates - Rate limit
t_egress
Parameters
| Parameter | Description |
|---|---|
idrequired
path · integer
|
Delivery id. |