Skip to main content
POST
/
webhooks
/
events
/
{event_id}
/
replay
Replay a webhook delivery
curl --request POST \
  --url https://api.platform.dakota.xyz/webhooks/events/{event_id}/replay \
  --header 'x-api-key: <api-key>'
{
  "webhook_id": "2Nf5xCw4k3G8m9PqR7sTuVwXyZa",
  "status": "queued",
  "replayed_to_count": 2
}

Authorizations

x-api-key
string
header
required

Path Parameters

event_id
string
required

The event ID of the webhook delivery to replay.

Response

Webhook successfully queued for re-delivery.

Response returned after successfully queuing a webhook for replay.

webhook_id
string
required

The event ID of the webhook that was replayed.

status
enum<string>
required

Always queued; the delivery will be processed by the next cron tick.

Available options:
queued
replayed_to_count
integer
required

Number of webhook targets this replay was queued for.