---
title: "GET /api/sales-channels"
method: GET
path: "/api/sales-channels"
tags: ["api", "sales-channels"]
---

# GET /api/sales-channels

`GET /api/sales-channels`

Get all sales channels

## Query parameters

- `status` string[] — Filter sales channels by status
- `name` string — Filter sales channels by name
- `type` string[] — Filter sales channels by type
- `permissions` string[] — Filter sales channnels by permissions
- `groupIds` string[]
- `sellerId` string — The ID of the seller
- `top` integer — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` integer — The number of objects to skip for the requested result

## Response `200`

OK

- GETSalesChannelsGetAllSalesChannels200Response
  - `docs` SalesChannelResource[]
    - `_id` string, required — The ID of the sales channel
    - `sellerId` string, required — The ID of the seller of the sales channel
    - `createdAt` string, date-time — An ISO timestamp indicating when the sales channel was created
    - `updatedAt` string, date-time — An ISO timestamp indicating when the sales channel was updated
    - `name` string, required — The name of the sales channel
    - `status` 'ACTIVE' | 'INACTIVE', required — The status of the object, whether it is active or not
    - `type` 'POS' | 'DISTRIBUTOR' | 'INTERNAL_BOOKING' | 'WEB' | 'MARKETPLACE_APP' | 'KIOSK', required — The type of the sales channel
    - `groupId` string — The group of the sales channel
    - `contractTypeIds` string[] — The contract types that are available through this sales channel
    - `owner` string — The app owner id, if the channel was created by a marketplace app
  - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
