latestOpenAPI 3.1.0MIT2026-08-104712182.1 KB

c71c20d26559

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"
    }
  ]
}