---
title: "List channels for a contact"
method: GET
path: "/v1/contacts/{contactId}/channels"
tags: ["Contacts"]
---

# List channels for a contact

`GET /v1/contacts/{contactId}/channels`

Returns all messaging channels linked to a contact (e.g. Instagram DM, Telegram, WhatsApp).

## Path parameters

- `contactId` string, required

## Response `200`

List of contact channels

- object
  - `success` boolean
  - `channels` object[]
    - `id` string
    - `accountId` string
    - `platform` string
    - `platformIdentifier` string
    - `displayIdentifier` string
    - `isSubscribed` boolean
    - `conversationId` string
    - `metadata` object
    - `createdAt` string, date-time

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Resource not found

---

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