# 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 %}
