Webhook endpoints
Retry Failed Deliveries
Re-queue every failed delivery of the endpoint for the next automatic retry sweep (runs every few minutes). Retried events keep their original id and payload, so consumers must deduplicate on the event id.
Authorization
ApiKeyAuth x-api-key<token>
In: header
Path Parameters
id*string
Webhook endpoint ID (we_...)
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/webhook-endpoints/string/retry-failed"{ "queued": 0}