v55

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-051,2852,0364.4 MB
Whatsapp Business Accounts

List Whatsapp Business Accounts

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
  }
}