v1
latestOpenAPI 3.0.42026-08-045381279.6 KBWebhookEvents
Replay a specific webhook event.
Re-enqueues the exact payload from a previously recorded event to its original subscription.
The event is re-queued as a fresh delivery attempt (attempt 1) using the original payload unchanged. Delivery follows the normal retry schedule if the endpoint is unavailable.
Replay signal: Replayed deliveries include the header X-Debitura-Replay: true so your endpoint can distinguish a replay from a live event and implement idempotency correctly.
When to use:
- Your endpoint was temporarily unavailable and you want to re-deliver a specific event.
- You want to test idempotency of your event handler.
- Part of CI-loop ASSERT: confirm an event was dispatched, then replay to a different receiver.
Tenant isolation: Only events belonging to your own subscriptions can be replayed.
post/webhooks/events/{id}/replay
Path parameters
idstring uuid required
Response
Event re-enqueued for delivery