---
title: "Get a single Whatsapp Business Account"
method: GET
path: "/whatsapp/business_accounts/{id}"
tags: ["Whatsapp Business Accounts"]
---

# Get a single Whatsapp Business Account

`GET /whatsapp/business_accounts/{id}`

Retrieve the details of a specific WhatsApp Business Account.

## Path parameters

- `id` string, required

## Response `200`

Successful response with Whatsapp business account

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

## Other responses

- `4XX` — Unexpected error

## Changes

> 73 revisions in range; 1 not diffed.

- **2026-08-04** `8f5f4e537994` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/whatsapp/business_accounts/:id/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/673109139443?raw)
