Endpoint
Recover Failed Webhooks
Resend all failed messages since a given time.
post/endpoint/{endpoint_id}/recover
Path parameters
endpoint_idstring required
The ep's ID or UID
Example:unique-ep-identifier
The ep's ID or UID To retrieve your endpoints ids, use GET /endpoint.
Headers
idempotency-keystring
The request's idempotency key
Request body
Example request
{
"since": "2024-06-12T12:00:00Z",
"until": "2024-06-12T12:00:00Z"
}Response
no content
Changes
No recorded changes to this endpoint across all 1 revision of this API.