Events
Redeliver Event
Re-enqueue delivery of an event to all subscribed endpoints
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
Returns202 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).
Redeliver an event