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

# GET /api/sales-channels/{id}

`GET /api/sales-channels/{id}`

Get a SalesChannel

## Path parameters

- `id` string, required — The ID of the sales channel.

## Query parameters

- `sellerId` string — The ID of the seller

## Response `200`

OK

- 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

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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