Pular para o conteúdo principal
GET
/
api
/
instances
/
{instanceId}
/
channels
Listar canais
curl --request GET \
  --url https://api.wappfy.io/api/instances/{instanceId}/channels \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "120363XXX@newsletter",
    "name": "Company Updates",
    "description": "<string>"
  }
]

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

instanceId
string<uuid>
obrigatório

UUID da instância WhatsApp

Exemplo:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Resposta

List of channels

id
string
obrigatório

ID do canal

Exemplo:

"120363XXX@newsletter"

name
string
obrigatório

Nome do canal

Exemplo:

"Company Updates"

description
string

Descrição do canal