Webhooks

Replay failed webhook deliveries

Redelivers every failed delivery to the endpoint since a timestamp. Useful after an outage on your receiver. Runs asynchronously in the background.

post/v1/webhooks/endpoints/{endpointId}/recover

Path parameters

endpointIdstring required
Example:ep_1234567890abcdef

The ID of the webhook endpoint

Headers

X-API-Keystring

API key

Request body

sincestring required

Replay failed deliveries created at or after this timestamp

untilstring

Only replay failed deliveries created before this timestamp

Example request

{
  "since": "2026-08-01T00:00:00Z",
  "until": "2026-08-10T00:00:00Z"
}

Response

Replay started successfully

status'RUNNING' | 'FINISHED' | 'FAILED' required

Status of the background replay task

Changes

No recorded changes to this endpoint across all 1 revision of this API.