Webhooks
Retrying webhook events
Retries sending a failed webhook event. This will attempt to deliver the webhook payload again to the configured endpoint.
POST
Failed webhook events are automatically retried up to 5 times with exponential backoff intervals (5 minutes, 30 minutes, 1 hour, 6 hours, 24 hours) before being permanently dropped.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the webhook
The ID of the webhook event to retry
Response
204
Webhook event retry initiated successfully