webhooks
List webhooks
Retrieves a list of registered webhooks for the account
get/webhooks
Response
List of webhooks retrieved successfully
Example response
{
"webhooks": [
{
"WebHookID": 123456,
"StoreID": 12345,
"HookType": "ORDER_NOTIFY",
"Url": "http://example.com/webhook",
"Name": "My Webhook"
}
]
}