Skip to main content
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_failed deliveries and replay them once your endpoint is healthy.
Scope webhooks:write · rate-limited

Headers

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 returns 429 Too Many Requests with a Retry-After header (seconds).