Replay a delivery

POST /api/v1/admin/webhooks/deliveries/{id}/replay prm_notifications_manage

View as Markdown

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_manage Manage notification channels & templates
Rate limit
t_egress

Parameters

Parameter Description
idrequired path · integer Delivery id.

Try it on your own network.

50 subscribers for 7 days. You pay nothing.