Webhooks
Replay a webhook delivery
Re-queues a dead-lettered delivery for a fresh attempt. Delivered, in-flight, or still-retrying (failed) deliveries cannot be replayed (409). Requires the webhooks.manage permission; league-scoped endpoints additionally require current league ADMIN membership and the webhooks feature on the league owner's plan.
post/webhooks/{id}/deliveries/{deliveryId}/replay
Path parameters
idstring required
Webhook endpoint id.
Webhook endpoint id.
deliveryIdstring required
Delivery-log row id to replay.
Delivery-log row id to replay.
Response
Replay re-queued.