> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/api-documents/channel.md).

# Channel

## Get Channels

<mark style="color:green;">`POST`</mark> `https://api.bizmagnets.ai/dev/message/getChannels`

\<Description of the endpoint>

**Headers**

| Name      | Value       |
| --------- | ----------- |
| X-API-KEY | <`API_KEY>` |

**Response**

{% tabs %}
{% tab title="200" %}

```json
[
    {
        "uid": "379710-8f97-319f-8037-e539826543",
        "name": "BizMagnets",
        "countryCode": "91"
    }
]

```

{% endtab %}

{% tab title="401" %}

```
Invalid API Key
```

{% endtab %}
{% endtabs %}
