cURL
curl -X GET https://api.bizmori.com/api/v2/orders/webhooks/WEBHOOK_ID \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "data": { "id": 123, "name": "<string>", "url": "<string>", "secret": "<string>", "isActive": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Retrieve detailed information for a specific webhook.
API Key for external client access
Webhook ID
Success
Hide child attributes
Webhook name
Webhook URL
Webhook signing secret
Active status
Created at
Updated at