Re-queues the webhook for delivery to all configured targets for this
org. Adds an X-Webhook-Replay: true header to the outbound request so
your endpoint can distinguish replays from original deliveries.
Idempotency is your responsibility. Your endpoint MUST deduplicate
on the id field (event_id) or the eventās resource ID + event type to
prevent double-processing.
Rate limit: 10 replays per event ID (lifetime, not per hour).
Requires the operator role.
The event ID of the webhook delivery to replay.
Webhook successfully queued for re-delivery.
Response returned after successfully queuing a webhook for replay.