v1
latestOpenAPI 3.1.02026-07-13182388559.6 KBOutbound Webhook
Replay outbound webhook delivery
Replay a webhook delivery by creating a new delivery based on the original. Unlike retry (which re-attempts a failed delivery), replay creates a NEW delivery record and can be used on any status.
post/v1/outbound-webhook/deliveries/{id}/replay
Path parameters
idstring required
Original Delivery ID to replay
Request body
object required
Response
OK
Example response
{
"code": 200,
"message": "Success",
"requestId": "req_abc123"
}