webhooks

Gets webhooks

get/admin/webhooks

Response

Example response

{
  "webhooks": [
    {
      "id": 1,
      "topic": "orders/after",
      "url": "https://your-webhook-url.com"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.