API ReferenceWebhooks
Retry Webhook Delivery
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response 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"
}