---
title: "List Channel Details"
method: GET
path: "/organization/channel/profile"
tags: ["Channel"]
---

# List Channel Details

`GET /organization/channel/profile`

List the connected WhatsApp channels assigned to the caller.

## Query parameters

- `wabaNumber` string[]

## Response `200`

Channels assigned to the calling user.

- ListChannelDetailsResponseDto
  - `count` number — Number of channels returned in `channels`. Present only when listing all assigned channels — it is omitted when filtering by `wabaNumber`.
  - `channels` ListedChannelDto[]
    - `channelId` string
    - `wabaNumber` string, nullable — WhatsApp number of the channel.
    - `displayName` string, nullable — Display name of the channel.
    - `status` 'CONNECTED'
    - `useMetaName` boolean
    - `profile` ListedChannelProfileDto — Business profile of the channel. Every key is always present. A channel commonly has only some of these fields filled in on WhatsApp — any field the channel has not set is returned as `null` (and `websites` as an empty array), never omitted.
      - `websites` string[] — Empty array when the channel has no websites set.
      - `email` string, nullable
      - `vertical` string, nullable
      - `address` string, nullable
      - `description` string, nullable
      - `about` string, nullable
      - `logo` string, nullable — URL of the stored logo. `null` when the channel has no logo.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
