Replay a webhook delivery
Webhook logs
Replay Webhook Delivery
Queue an existing webhook delivery for another delivery cycle.
POST
Replay a webhook delivery
Replay resets the existing delivery to
PENDING with a fresh eight-attempt
retry cycle. It reuses the same event_id and delivery_id; it does not create
a duplicate event record.
The endpoint must be ACTIVE, and a delivery currently in DELIVERING status
cannot be replayed. Your receiver must still deduplicate using the event ID.Authorizations
Environment-specific API key created in the Unifystays portal
Headers
Path Parameters
Numeric webhook delivery ID.
Example:
"1842"
Response
202 - application/json
Webhook delivery queued for replay.