cURL
Webhooks
Retry webhook event
Manually retry sending a single failed webhook event. A test API key can retry only an event in its owner’s test endpoint; an inaccessible endpoint returns WEBHOOK_NOT_FOUND, and an event outside an accessible endpoint returns WEBHOOK_EVENT_NOT_FOUND.
- Only events with
FAILEDstatus can be retried - On success, the event status changes to
SENT - If the retry fails, the event remains
FAILEDand a scheduler-based retry is queued for 30 minutes later - Test API keys can manage only test endpoints owned by the same owner
POST
cURL
Authorizations
Bearer API key for external client access. Live keys use the sk_ prefix; test keys use the sk_test_ prefix and support order-lifecycle testing with mock responses without processing or credit usage.
Response
Success