Skip to main content
POST
Redeliver an event
Re-enqueues delivery of the event to every active endpoint currently subscribed to its type. Existing delivery records are reset to pending for a fresh attempt cycle — repeated calls do not create duplicates — and endpoints without a record get a new one. The delivery worker picks the work up on its next poll.

Path Parameters

Example Request

Response

Returns 202 Accepted — redelivery is queued, not performed inline:
deliveries_queued is 0 when no active endpoint subscribes to the event’s type (inactive endpoints are skipped).
Redelivery resets the attempt counter, so a previously failed delivery gets a full fresh retry cycle. Make sure your receiver is idempotent — it may see the same event ID again.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

Redelivery queued.

data
object