v1

latestOpenAPI 3.1.02026-07-2689175245.8 KB
Programmatic Webhooks

Get Webhooks

Get all webhook subscriptions. This includes webhooks created programmatically and webhooks created in the Loop Admin.

get/webhooks

Response

Success

Example response

{
  "webhooks": [
    {
      "id": 12345,
      "shop_id": 65432,
      "topic": "return",
      "trigger": "return.created",
      "url": "https://example.com/webhook"
    }
  ]
}