Skip to main content
POST
/
api
/
v2
/
orders
/
webhooks
/
{webhookId}
/
events
/
{eventId}
/
retry
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>"
  }
}

Authorizations

Authorization
string
header
required

API Key for external client access

Path Parameters

webhookId
integer
required

Webhook ID

eventId
integer
required

Webhook event ID

Response

Success

data
object