---
title: "List Whatsapp Business Accounts"
method: GET
path: "/whatsapp/business_accounts"
tags: ["Whatsapp Business Accounts"]
---

# List Whatsapp Business Accounts

`GET /whatsapp/business_accounts`

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

## Query parameters

- `page` object
  - `number` integer — The page number to load
  - `size` integer — The size of the page

## Response `200`

Successful response with list of Whatsapp business accounts

- object
  - `data` WabaResponse[]
    - `account_review_status` string — Account review status of Whatsapp business account
    - `business_verification_status` string — Business verification status of Whatsapp business account
    - `country` string — Country associated with Whatsapp business account
    - `created_at` string, date-time
    - `id` string, uuid — Internal ID of Whatsapp business account
    - `name` string — Name of Whatsapp business account
    - `phone_numbers_count` integer — Count of phone numbers associated with Whatsapp business account
    - `record_type` string
    - `status` string — Status of Whatsapp business account
    - `waba_id` string — WABA ID of Whatsapp business account
  - `meta` MessagingPaginationMeta
    - `page_number` integer, required
    - `page_size` integer, required
    - `total_pages` integer, required
    - `total_results` integer, required

## Other responses

- `4XX` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/1571b0380bd7/schema)
