cURL
curl -X GET "https://api.bizmori.com/api/v2/orders/webhooks?page=1&limit=10" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "data": { "webhooks": [ { "id": 123, "name": "<string>", "url": "<string>", "isActive": true, "lastSentAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123 } } }
Retrieve registered webhooks with pagination.
API Key for external client access
Page number
x >= 1
Items per page
1 <= x <= 100
Search keyword (searches webhook name or URL)
Success
Hide child attributes
Webhook ID
Webhook name
Webhook URL
Active status
Last sent at
Created at
Current page
Total items
Total pages