put

PUT /v2/webhooks/webhookEvents/{webhookEvent}/retry — Retry a delivery

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Re-delivers a previously failed (or successful) webhook event to the webhook's target URL.

Path parameters

ParameterDescription
webhookEventID of the webhook event record to retry

Response 200

{
  "success": true,
  "webhookEvent": "webevent::xyz"
}
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!