Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hadem.chat/llms.txt

Use this file to discover all available pages before exploring further.

GET https://api.hadem.chat/v1/channels

Autenticação

Exemplos

curl "https://api.hadem.chat/v1/channels" \
  -H "Authorization: Bearer hm_live_xxxxxxxxxxxx"

Resposta

[
  {
    "id": "ch_123",
    "name": "Suporte",
    "type": "whatsapp",
    "status": "active"
  },
  {
    "id": "ch_456",
    "name": "Vendas",
    "type": "whatsapp",
    "status": "active"
  }
]

Erros

StatusDescrição
401 UnauthorizedToken ausente ou inválido
403 ForbiddenToken sem permissão