Skip to main content
POST
Replay dead-lettered deliveries
Pushes dead-lettered deliveries again. Requires the webhooks:write scope. Pass a delivery_id to replay one, or an empty body to replay everything in the queue. Replays carry the same X-ScripX-Delivery id as the original, so a receiver that dedupes correctly handles a replay of something it already processed without side effects.

Request example

Response example

Errors

  • 404 not_found, unknown delivery_id.
Terms used here: API key, scope, webhook, delivery id, dead-letter. Full list in the terminology annexure.

Next steps

  • Webhooks guide, receiver rules that prevent dead-letters in the first place.

Authorizations

X-ScripX-Key
string
header
required

Your API key, e.g. scripx_live_…. Bound to one firm; tenant isolation is enforced.

Body

application/json
delivery_id
string

Response

OK

replayed
integer
remaining
integer