Retrigger Event
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Re-deliver an event to all currently subscribed webhook endpoints.
The manual “Re-trigger Event” action (mirrors Stripe’s “Resend event”). Resets
the event’s delivery rows to pending and re-fires the batched delivery workflow,
regardless of the prior delivery status. Returns the number of endpoint
deliveries queued (0 when nothing is subscribed to the event type).
Auth: account-membership only (no explicit RBAC capability), intentionally matching every other write endpoint in the events/webhook domain (e.g. webhook roll-secret, reactivate, delete). The event lookup is account-scoped so there is no cross-tenant exposure. Role-gating this domain is a separate, domain-wide decision rather than a one-off on this endpoint.