Skip to main content
POST
/
api
/
v1
/
webhooks
/
{id}
/
resend
Resend a failed webhook
curl --request POST \
  --url http://localhost:7701/api/v1/webhooks/{id}/resend \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Path Parameters

id
string
required
Example:

"wh_abc123def456"

Response

Webhook re-queued successfully