Webhooks

Retry Webhook Events

Retry delivery of failed webhook events by providing their event IDs. Use this endpoint to recover from transient failures such as network timeouts or temporary server errors on your receiving endpoint.

post/v0/webhooks/events/retry

Request body

webhook_event_idsinteger[] required

IDs of the webhook events to retry.

Response

Successful Response

{"stackTrail":"paths:/v0/webhooks/events/retry:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 45 revisions of this API.