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
Example request
{
"since": "2026-08-01T00:00:00Z",
"until": "2026-08-10T00:00:00Z"
}Response
Replay started successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.