v1

latestOpenAPI 3.0.02026-07-2641142112.7 KB
Endpoint

Replay Missing Webhooks

Replays messages to the endpoint. Only messages that were created after since will be sent. Messages that were previously sent to the endpoint are not resent.

post/endpoint/{endpoint_id}/replay-missing

Path parameters

endpoint_idstring required

The ep's ID or UID To retrieve your endpoints ids, use GET /endpoint.

Example:unique-ep-identifier

The ep's ID or UID

Headers

idempotency-keystring

The request's idempotency key

Request body

sincestring date-time required
untilstring date-time nullable

Example request

{
  "since": "2024-06-12T12:00:00Z",
  "until": "2024-06-12T12:00:00Z"
}

Response

No content. Your events were replayed.