cURL
curl --request POST \ --url https://app.replyify.ai/api/webhook-subscriptions/{id}/deliveries/{deliveryId}/retry \ --header 'Authorization: Bearer <token>'
Re-trigger a webhook delivery with the original payload
curl -X POST "https://app.replyify.ai/api/webhook-subscriptions/sub_123/deliveries/del_456/retry" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "delivery": { "id": "uuid", "status_code": 200, "status": "delivered", "delivered_at": "2025-01-27T12:05:00Z", "created_at": "2025-01-27T12:05:00Z" } }