---
title: "List WhatsApp Business Accounts details"
method: POST
path: "/v1/projects/{projectId}/whatsapp/wabaDetails"
tags: ["WhatsApp"]
deprecated: true
---

# List WhatsApp Business Accounts details

`POST /v1/projects/{projectId}/whatsapp/wabaDetails`

> **Deprecated.**

Returns a list of all the WhatsApp Business Accounts that the facebook token is associated with, together with the numbers that are shared.

## Path parameters

- `projectId` string, required

## Request body

- WhatsappWabaDetailsListInputDto
  - `facebookToken` string, required — Long-Lived User access token.
  - `businessManager` 'SINCH_AMERICA' | 'SINCH_BR' | 'SINCH_MX' | 'SINCH_SEP' | 'SINCH_UK' — Business manager.

## Response `200`

List of WhatsApp Business Accounts.

- WhatsappWabaDetailsListDto
  - `wabas` WhatsappWabaDetailsDto[], required
    - `id` string, required — The id of the WhatsApp Business Account.
    - `numbers` WhatsappWabaNumbersDto[], required — The numbers that are shared to the WhatsApp Business Account.
      - `id` string, required — Unique id of the number.
      - `displayPhoneNumber` string, required — The number displayed in E.164 format.
      - `provisioned` boolean, required — True if the number is available for usage, false otherwise.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `500` — InternalServerError

---

[API](https://skmtc.net/sinch/apis/provisioning-api.md) · [All operations](https://skmtc.net/sinch/apis/provisioning-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/provisioning-api/revisions/c78a716de420/schema)
