Skip to main content
POST
Replay a delivery

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Path Parameters

pid
string
required

Project id (UUID) belonging to the caller workspace.

id
string
required

Id of the delivery to replay.

Response

A new queued delivery was created for the same destination and event and pushed onto the outbound queue. Its event_id carries a #replay: suffix so it bypasses the idempotent delivery ledger. No request body is read.

id
string
required

Id of the new delivery.