Outbound 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.