---
title: "Get a channel"
method: GET
path: "/channels/{channelId}"
tags: ["Channels"]
---

# Get a channel

`GET /channels/{channelId}`

Returns a single channel by ID.

## Path parameters

- `channelId` string, required

## Response `200`

OK

- union
  - MESSAGECHANNELSMS
    - `id` string — The ID of the channel configuration
    - `inbox` PAInboxDTO
      - `id` string — The ID of the inbox
      - `name` string — The name of the inbox
      - `url` string — The URL of the inbox resource
    - `name` string — The display name of the channel
    - `phone_number` string — The phone number of the SMS channel
    - `type` 'sms'
  - MESSAGECHANNELMAIL
    - `email_address` string — The email address of the mail channel
    - `id` string — The ID of the channel configuration
    - `inbox` PAInboxDTO
      - `id` string — The ID of the inbox
      - `name` string — The name of the inbox
      - `url` string — The URL of the inbox resource
    - `name` string — The display name of the channel
    - `type` 'mail'
  - MESSAGECHANNELGOOGLEBUSINESSMESSAGING
    - `id` string — The ID of the channel configuration
    - `inbox` PAInboxDTO
      - `id` string — The ID of the inbox
      - `name` string — The name of the inbox
      - `url` string — The URL of the inbox resource
    - `name` string — The display name of the channel
    - `type` 'google_business_messaging'
  - MESSAGECHANNELWHATSAPP
    - `id` string — The ID of the channel configuration
    - `inbox` PAInboxDTO
      - `id` string — The ID of the inbox
      - `name` string — The name of the inbox
      - `url` string — The URL of the inbox resource
    - `name` string — The display name of the channel
    - `phone_number` string — The phone number of the WhatsApp channel
    - `type` 'whats_app'
    - `whats_app_business_account_id` string — The WhatsApp Business Account ID connected to the channel
  - MESSAGECHANNELFACEBOOKMESSENGER
    - `id` string — The ID of the channel configuration
    - `inbox` PAInboxDTO
      - `id` string — The ID of the inbox
      - `name` string — The name of the inbox
      - `url` string — The URL of the inbox resource
    - `name` string — The display name of the channel
    - `type` 'facebook_messenger'
  - MESSAGECHANNELINSTAGRAM
    - `id` string — The ID of the channel configuration
    - `inbox` PAInboxDTO
      - `id` string — The ID of the inbox
      - `name` string — The name of the inbox
      - `url` string — The URL of the inbox resource
    - `name` string — The display name of the channel
    - `type` 'instagram'
  - MESSAGECHANNELTELEGRAM
    - `id` string — The ID of the channel configuration
    - `inbox` PAInboxDTO
      - `id` string — The ID of the inbox
      - `name` string — The name of the inbox
      - `url` string — The URL of the inbox resource
    - `name` string — The display name of the channel
    - `type` 'telegram'
  - MESSAGECHANNELLIVECHAT
    - `id` string — The ID of the channel configuration
    - `inbox` PAInboxDTO
      - `id` string — The ID of the inbox
      - `name` string — The name of the inbox
      - `url` string — The URL of the inbox resource
    - `name` string — The display name of the channel
    - `type` 'live_chat'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/superchat/apis/superchat-api.md) · [All operations](https://skmtc.dev/superchat/apis/superchat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superchat/superchat-api/revisions/3bc557a0072f/schema)
