Deliveries
Replay delivery
Enqueue a fresh delivery from the same source row
POST
Replay delivery
Enqueues a fresh delivery with the same payload + subscription. Worker picks it up within ~2 s; new delivery gets its own
Teel-Delivery-Id.
Use this for:
- Debugging your verifier — drop a row, fix the bug, replay, watch it land.
- Recovering from a long outage on your side — walk the
permanently_faileddeliveries and replay them once your endpoint is healthy.
Scope
webhooks:write · rate-limitedHeaders
API key.
Path parameters
Source delivery UUID.
Response
UUID of the new delivery row.
Inherited from the source delivery.
Inherited from the source delivery.
Always
pending on a freshly enqueued replay.Always
0 — this is a brand-new delivery row, not a retry of the source.ISO 8601 timestamp of the first attempt (≈ now).
ISO 8601 timestamp.
Rate limit
To prevent self-inflicted DoS, replays are capped per account: 5 per minute, burst 5. Over the limit returns429 Too Many Requests with a Retry-After header (seconds).Replay delivery