Webhook Deliveries
Retry a failed delivery
Queues an immediate retry for a failed delivery. The delivery status resets and a new attempt is made regardless of the retry count.
POST
Retry a failed delivery
Authorizations
Path Parameters
Response
Unique webhook delivery identifier
Pattern:
^wdl_[0-9A-Za-z]{22}$The endpoint this delivery is targeted at
Pattern:
^wep_[0-9A-Za-z]{22}$Event type that triggered this delivery
Example:
"customer.created"
The webhook event payload
Current delivery status
Available options:
pending, processing, succeeded, failed Example:
"succeeded"
Number of delivery attempts made so far
Example:
1
Maximum number of delivery attempts before giving up
Example:
5
ISO 8601 timestamp
Example:
"2026-01-15T09:30:00.000Z"
ISO 8601 timestamp
Example:
"2026-01-15T09:30:00.000Z"
Timestamp when the delivery completed, null if still in progress
Example:
"2026-01-15T09:30:00.000Z"
Previous
List available webhook event typesReturns all event types that can be subscribed to when creating a webhook endpoint, plus the signature metadata every delivery is signed with.
Next
Retry a failed delivery