Skip to main content
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

x-api-key
string
header
required

Environment-specific API key created in the Unifystays portal

Headers

Path Parameters

delivery_id
string
required

Numeric webhook delivery ID.

Example:

"1842"

Response

202 - application/json

Webhook delivery queued for replay.

success
boolean
required

Whether the requested operation completed successfully.

Example:

true

event_id
string
required

Immutable webhook event identifier.

Example:

"evt_3bc2fa3d35cc4bbf98359b3fb85a4fb2"

delivery_id
string
required

Numeric delivery identifier returned as a string.

Example:

"1842"