cURL
curl -X GET "https://api.bizmori.com/api/v2/orders/webhooks/WEBHOOK_ID/events?page=1&limit=20" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "data": { "events": [ { "id": 123, "eventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "eventType": "order.antiAi.completed", "status": "PENDING", "retries": 123, "lastSentAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123 } } }
Retrieve delivery events for a specific webhook with pagination.
API Key for external client access
Webhook ID
Page number
x >= 1
Items per page
1 <= x <= 100
Success
Hide child attributes
Event DB ID
Event UUID
Event type
"order.antiAi.completed"
Delivery status
PENDING
SENT
RETRYING
FAILED
Retry count
Last sent at
Created at
Current page
Total items
Total pages