Skip to main content
GET
/
whatsapp
/
businesses
Listar WABAs
curl --request GET \
  --url https://api.hubmessage.io/whatsapp/businesses \
  --header 'Authorization: Bearer <token>'
[
  {
    "businessId": "428083093730937",
    "name": "Demostração",
    "channelsCount": 1,
    "connectedCount": 1,
    "disconnectedCount": 0
  }
]

Overview

Returns the list of WABAs (WhatsApp Business Accounts) linked to your token. The returned businessId is required for all other template endpoints.

Authorizations

Authorization
string
header
required

Secret Key gerada no painel de Segurança do Hub Message

Response

Lista de WABAs

businessId
string

ID do WABA (WhatsApp Business Account)

name
string

Nome do WABA

channelsCount
integer

Total de canais vinculados

connectedCount
integer

Canais conectados

disconnectedCount
integer

Canais desconectados