Skip to main content
POST/v1/events/{event_id}/replay

Replay an event

Queues a previously ingested event for redelivery to one or more destinations.

Authentication

Requires Authorization: Bearer ${API_KEY}. Create and rotate keys from the TrackLayer dashboard.

Path parameters

NameTypeRequiredDescription
event_idstringYesEvent identifier.

Request body schema

{
  "destinations": [
    "string"
  ],
  "reason": "string"
}

Response schema · 202

{
  "replay_id": "rpl_123",
  "queued": true
}

Response example

{
  "replay_id": "rpl_123",
  "queued": true
}

Code examples

curl https://api.tracklayer.com/v1/events/evt_123/replay \
  -X POST \
  -H "Authorization: Bearer ${API_KEY}" \
  -H "Content-Type: application/json" \
  -d '{"event_name":"purchase","user_id":"u_123","properties":{"order_id":"100045","value":129}}'

Try it out

Use the dashboard to create an API key, then run one of the examples above with TRACKLAYER_API_KEY set in your environment.

Open API key settings

We use essential cookies to keep the site secure and functional. Analytics and third-party tags run only with your consent. See our Cookie Policy.

We use essential cookies to keep the site secure and functional. Analytics and third-party tags run only with your consent. See our Cookie Policy.