Go to App

Resend a Webhook Event

POST/api/v1/webhooks/events/{uuid}/resend

Manually resend a previously delivered webhook event. Use this to retry failed deliveries.

Path Parameters

ParameterTypeDescription

uuidrequiredstringWebhook event identifier

bash
curl -X POST https://exportcomments.com/api/v1/webhooks/events/e1e2e3e4-5678-90ab-cdef-1234567890ab/resend \
-H "X-AUTH-TOKEN: your-api-key"
Response200
json
{
"message": "Webhook event queued for redelivery"
}
💡
Rate limited

This endpoint is rate-limited to prevent abuse. The webhook must be enabled and have a valid signing secret.