---
title: "Get Text Channels"
method: GET
path: "/v2/Account/TextChannels"
tags: ["Account"]
---

# Get Text Channels

`GET /v2/Account/TextChannels`

Retrieves the text channels available on the account (for example SMS-capable numbers or WhatsApp accounts). Use a returned channelId as the TextChannelId of the inbound/outbound settings when creating or updating a text Pearl.

## Response `200`

The list of text channels for the account.

- TextChannelViewApi[]
  - `channel` integer — `1 - TwilioSMS` `2 - WhatsApp` `3 - Telegram` `5 - TestBrowser`
  - `channelId` string, nullable — The channel ID. Use this value as the TextChannelId when creating or updating a text Pearl.
  - `displayName` string, nullable — Human-readable name of the channel (for example the phone number or the WhatsApp account name).

## Other responses

- `400` — Error

---

[API](https://skmtc.net/nlpearl/apis/nlpearl-client-api.md) · [All operations](https://skmtc.net/nlpearl/apis/nlpearl-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nlpearl/nlpearl-client-api/versions/52d64fc5d6e9/schema)
