Redeliver an event
POST/v1/projects/:project_id/webhook-deliveries/:delivery_id:redeliver
Queue the same event at the same endpoint again — the recovery path for a delivery that failed, or one your receiver dropped. This is the …:redeliver action; the path segment is {delivery_id}:redeliver.
A new delivery is created and returned; the original record is left untouched, because its attempt history is the evidence you redelivered on. The event's id is carried over unchanged, so a receiver deduping on the event sees the same event twice while one deduping on X-Naturali-Delivery sees a distinct delivery.
Request
Responses
- 202
- 401
- 404
A new delivery was queued.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).