API ReferenceWebhooks
Retry Webhook Delivery
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
webhookId*string
Webhook endpoint ID
Format
uuiddeliveryId*string
Delivery/execution ID to retry
Format
uuidResponse Body
application/json
curl -X POST "https://samva.app/api/v1/webhook-endpoints/:webhookId/retry" \ -H "Content-Type: application/json" \ -d '{ "webhookId": "ed71eef4-4c34-46dc-81fe-954e560454fd", "deliveryId": "73dc828d-801d-4d29-b7e4-e046662a5901" }'{
"success": true,
"newExecutionId": "string"
}