Skip to main content
GET
/
whatsapp
/
businesses
List WABAs
curl --request GET \
  --url https://api.hubmessage.io/whatsapp/businesses \
  --header 'Authorization: Bearer <token>'
[
  {
    "businessId": "428083093730937",
    "name": "Demo",
    "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 generated in the Hub Message Security panel

Response

List of WABAs

businessId
string

WABA ID (WhatsApp Business Account)

name
string

WABA name

channelsCount
integer

Total linked channels

connectedCount
integer

Connected channels

disconnectedCount
integer

Disconnected channels