Skip to main content
POST
/
v1
/
webhooks
/
replay
Bulk replay deliveries
curl --request POST \
  --url https://api.getsly.ai/v1/v1/webhooks/replay \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "since": "2023-11-07T05:31:56Z",
  "webhook_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "until": "2023-11-07T05:31:56Z",
  "event_types": [
    "<string>"
  ],
  "only_failed": true,
  "override_url": "<string>"
}
'
{
  "queued": 123
}

Authorizations

Authorization
string
header
required

API key (pk_test_* or pk_live_), JWT session, agent token (agent_), Ed25519 session (sess_), or portal token (portal_).

Body

application/json
since
string<date-time>
required
webhook_id
string<uuid>
until
string<date-time>
event_types
string[]
only_failed
boolean
default:true
override_url
string<uri>

Redirect replays to a different URL — useful when testing a new endpoint against real traffic

Response

202 - application/json

Replay scheduled

queued
number
required