Retry Event Delivery
Webhooks
Retry Event Delivery
Manually trigger a retry of event delivery to webhooks
POST
Retry Event Delivery
Retry Event Delivery
POST https://api.baanx.com/v1/webhooks/events/{eventId}/retry Manually triggers a retry of event delivery to one or all configured webhook endpoints.Overview
Use this endpoint to resend a failed event or to re-deliver an event to a specific webhook. By default, the event is retried to all currently configured and active webhooks. To target a single webhook, include its ID in the request body.Retrying queues the event for immediate re-delivery. Monitor results using Get Event Delivery Logs.
Authentication
This endpoint requires authentication via Bearer token:Request
Headers
Bearer token for authentication
Must be
application/json if providing a request bodyPath Parameters
Unique identifier of the event to retry
Body
The request body is optional. Omit it entirely to retry delivery to all configured webhooks.Optional. If provided, retries delivery only to this specific webhook. If omitted, retries to all active configured webhooks.
Request Examples
Response
200 Success
Indicates the retry was successfully queued
ID of the event being retried
Number of webhooks the event will be delivered to
Human-readable confirmation message
Error Responses
Related Endpoints
GET /v1/webhooks/events/{eventId}/status- Check event status before retryingGET /v1/webhooks/events/{eventId}/logs- View delivery logs after retryingGET /v1/webhooks/events- List all events and their statuses