Platform Webhooks
Replay a platform webhook delivery
Replay a previous platform webhook delivery.
This re-sends the original payload with a new timestamp and delivery ID. Useful for recovering from temporary endpoint failures.
post/platform/webhooks/deliveries/{deliveryId}/replay
Path parameters
deliveryIdstring required
Delivery ID to replay
Response
Replay result
Example response
{
"data": {
"success": true,
"originalDeliveryId": "pwd_abc123def456",
"newDeliveryId": "pwd_new789xyz",
"statusCode": 200,
"duration": 156
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}