Retry Webhook Delivery
Path Parameters
deliveryId*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/webhooks/deliveries/string/retry"{ "attemptCount": 0, "completedAt": "string", "createdAt": "string", "eventOccurredAt": "string", "eventType": "string", "id": "string", "maxAttempts": 0, "nextAttemptAt": "string", "payload": null, "projectId": "string", "status": "pending", "webhookEndpointId": "string"}{ "_tag": "Api/WebhookValidationError", "message": "string"}{ "_tag": "Api/ActionForbiddenError", "message": "string"}{ "_tag": "Api/WebhookDeliveryNotFoundError", "deliveryId": "string"}{ "_tag": "Api/WebhookServiceError", "cause": "string"}