cURL
curl --request POST \ --url https://api.vatly.dev/v1/webhooks/deliveries/{id}/replay
{ "data": { "success": true, "status_code": 123, "duration_ms": 123 }, "meta": { "request_id": "550e8400-e29b-41d4-a716-446655440000", "cached": true, "cached_at": "<string>", "stale": true, "source_status": "live", "mode": "test", "request_duration_ms": 120 } }
Re-sends the payload from an existing delivery to the current webhook URL with a fresh HMAC signature.
Delivery UUID to replay
Replay delivery result
Show child attributes