---
title: "List webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# List webhooks

`GET /webhooks`

List all webhooks.

🔒 Requires: `webhooks` scope

## Response `200`

OK

- object
  - `data` Webhook[]
    - `active` boolean — Whether this webhook is enabled or not
    - `id` string — The ID of this webhook
    - `retailer_id` string — The ID of the retailer this webhook belongs to
    - `type` 'sale.update' | 'product.update' | 'customer.update' | 'inventory.update' | 'register_closure.create' | 'consignment.send' | 'consignment.receive' — The webhook type. These can be one of: - sale.update - product.update - customer.update - inventory.update - register_closure.create - consignment.send - consignment.receive
    - `url` string — The URL to send this webhook to

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
