v4

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-15152735.4 KB
webhooks
events

batchReplayEvents

Replay a batch of webhook events

post/v1/webhooks/configs/{configId}/events/replay-batch

Path parameters

configIdstring required

Short uuid to identify the webhook configuration.

Request body

eventIdsstring[] required

List of event IDs to replay

Example request

{
  "eventIds": [
    "2f1b7cf8-ff55-4359-966f-e56f39a52c94",
    "48c984bf-466b-470b-b743-d07cea168243"
  ]
}

Response

Success - enqueued events for replay

replayed_event_idsstring[]

List of event ids that were enqueued for replay