Whatsapp Business Accounts

List Whatsapp Business Accounts

Retrieve a list of the WhatsApp Business Accounts (WABAs) connected to your Telnyx account.

get/whatsapp/business_accounts

Query parameters

numberinteger

The page number to load

sizeinteger

The size of the page

Consolidated page parameter (deepObject style). Originally: page[number], page[size]

Response

Successful response with list of Whatsapp business accounts

Example response

{
  "data": [
    {
      "record_type": "whatsapp_business_account"
    }
  ],
  "meta": {
    "total_pages": 3,
    "total_results": 55,
    "page_number": 2,
    "page_size": 25
  }
}

Changes

Changed in 1 of the 99 revisions of this API.1

Of the 99 revisions, 1 has no diff computed.