---
title: "Get channel account"
method: GET
path: "/v2/channel-accounts/{id}"
tags: ["Channel Accounts"]
---

# Get channel account

`GET /v2/channel-accounts/{id}`

Retrieve a single channel account by ID. Supports WHATSAPP_OFFICIAL, WHATSAPP and INSTAGRAM channel types.

## Path parameters

- `id` string, uuid, required

## Headers

- `api-token` string, required

## Response `200`

A channel account object

- object
  - `status` integer — Response status
  - `data` ChannelAccount
    - `id` string, uuid
    - `created_at` string, date-time
    - `name` string
    - `type` 'WHATSAPP_OFFICIAL' | 'WHATSAPP' | 'INSTAGRAM' — Channel type. WHATSAPP_OFFICIAL = Cloud API (only type that supports sending via this API). WHATSAPP = WhatsApp Web/ZAPI. INSTAGRAM = Instagram Direct.
    - `status` 'CONNECTED' | 'DISCONNECTED' | 'CANCELLED'
    - `avatar` string, nullable
    - `identifier` string, nullable
    - `team_id` string, uuid

## Other responses

- `400` — Invalid UUID format
- `401` — Authentication error - invalid or missing api-token
- `404` — Channel account not found

---

[API](https://skmtc.net/clint/apis/clint-api.md) · [All operations](https://skmtc.net/clint/apis/clint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clint/clint-api/revisions/12b8f9eff943/schema)
