v1
latestOpenAPI 3.1.02026-07-2469193340.0 KBWebhooks
Resend a Webhook Delivery
Use this endpoint to resend a failed webhook delivery.
post/webhook_deliveries/{id}/redeliver
Path parameters
idstring UUID required
WebhookDelivery ID (WebhookDelivery.data.id)
Response
Accepted
Example response
{
"data": {
"id": "957d40a4-80f5-4dd2-8ada-8242d5ad66c1",
"webhook_id": "13bd760e-447f-4225-b801-0777a15da131",
"state": "pending"
}
}