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
string
required
API key.
Path parameters
string
required
Source delivery UUID.
Response
string
UUID of the new delivery row.
string
Inherited from the source delivery.
string
Inherited from the source delivery.
string
Always
pending on a freshly enqueued replay.integer
Always
0 — this is a brand-new delivery row, not a retry of the source.string
ISO 8601 timestamp of the first attempt (≈ now).
string
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