---
title: "Get channel information"
method: GET
path: "/v2/user/channels/{channelId}"
tags: ["Channels - Channels Global"]
---

# Get channel information

`GET /v2/user/channels/{channelId}`

## Path parameters

- `channelId` string, guid, required

## Response `200`

Channel information

- ChannelInfo
  - `channelId` string, guid, required — The channel identifier
  - `channelName` string, required — The channel name
  - `channelLogoUrl` string — The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
  - `channelDescription` string — Indicae a description to the channel
  - `beezUPOffer` string — Indicate the BeezUP offer
  - `salesContact` object
    - `name` string — Indicate the BeezUP offer
    - `email` string, email — Indicate the sales contact email
    - `phoneNumber` string — The sales contact phone number
  - `details` object
    - `costs` string — The cost's description of the channel
    - `businessModel` string — The business model of the channel
    - `channelType` string — The channel type
    - `trackingType` string — The tracking type
    - `category` string — The channel category
    - `homeUrl` string, uri — The home url of the channel
    - `subscriptionLink` string — The subscription link to the channel
  - `keyNumbers` object
    - `products` string — The estimated product count of the channel
    - `categories` string — The estimated category count of the channel
    - `stores` string — The estimated store count of the channel
    - `viewsPerMonth` string — The estimated view count per month of the channel
  - `technicalContact` object
    - `name` string — The technical contact name
    - `phoneNumber` string — The technical contact phone number
    - `email` string — The technical contact email

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/versions/557b7feddf8a/schema)
