---
title: "List channel records"
method: GET
path: "/channels"
tags: ["Channel Request Log"]
---

# List channel records

`GET /channels`

Returns a list of configured channels.

🔒 Requires: `channels:read` scope

## Response `200`

- ChannelCollectionResponse — A collection of channel records wrapped in a top-level data object.
  - `data` Channel[]
    - `channel_type` 'woocommerce', required — The type of channel this is.
    - `created_at` string, date-time — An RFC3339 representation of the time at which the channel was created.
    - `id` string, required — Auto-generated object ID.
    - `inventory_outlet_ids` string[], required — IDs of the outlets that count towards inventory.
    - `payment_type_id` string, required — The payment type id that sale payments will be associated to.
    - `products_last_imported_at` string, date-time, required — An RFC3339 representation of the time at which products were last imported.
    - `register_id` string, required — The register id that sales will be associated to.
    - `sales_last_imported_at` string, date-time, required — An RFC3339 representation of the time at which sales were last imported.
    - `store_url` string, required — The store identifier.

---

[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)
