---
title: "Listar"
method: GET
path: "/v1/channel"
tags: ["Canais de Atendimento"]
---

# Listar

`GET /v1/channel`

Listagem de canais de atendimento.

## Query parameters

- `ChannelType` 'All' | 'Whatsapp' | 'Messenger' | 'Instagram'

## Response `200`

Success

- PublicChannelDTO[]
  - `id` string, uuid
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `active` boolean
  - `type` 'Dialog360_WhatsApp' | 'CloudAPI_WhatsApp' | 'ZAPI_WhatsApp' | 'EvolutionApi_WhatsApp' | 'Instagram' | 'Messenger'
  - `number` string, nullable
  - `numberFormatted` string, nullable
  - `identity` PublicChannelIdentityDTO
    - `humanId` string, nullable
    - `platform` string, nullable
    - `provider` string, nullable
    - `providerVariable` string, nullable
    - `pictureUrl` string, nullable
    - `displayName` string, nullable

## Other responses

- `500` — Server Error

---

[API](https://skmtc.net/helena/apis/core.md) · [All operations](https://skmtc.net/helena/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helena/core/revisions/811b2cdd2ec2/schema)
