cURL
curl -X POST https://api.bizmori.com/api/v2/orders/webhooks/WEBHOOK_ID/events/EVENT_ID/retry \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "data": { "event_id": "<string>", "success": true, "status_code": 123, "status": "FAILED", "error": "<string>" } }
Manually retry sending a single failed webhook event.
FAILED
SENT
API Key for external client access
Webhook ID
Webhook event ID
Success
Hide child attributes
Original event UUID
Whether the retry was successful
HTTP response code from the webhook endpoint (when success is true)
Event status (when retry fails)
"FAILED"
Error message (when retry fails)