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

## Changes

> 4 revisions in range; 1 not diffed.

- **2026-09-01** `c6a937922d10` — 10 breaking, 14 info
  - added `#/components/schemas/WhatsappInputBusinessManagersEnum` to the `businessManager` request property `allOf` list
  - removed the enum value `SINCH_AMERICA` of the request property `businessManager`
  - removed the enum value `SINCH_BR` of the request property `businessManager`
  - removed the enum value `SINCH_MX` of the request property `businessManager`
  - …20 more
- **2026-08-18** `c78a716de420` — 1 info
  - api operation id `EmbeddedSignupHelperController_listWabaDetailsForToken_v1` removed and replaced with `WhatsappEmbeddedSignupHelperController_listWabaDetailsForToken_v1`

[Change history](https://skmtc.dev/sinch/apis/provisioning-api/changes/v1/projects/:projectId/whatsapp/wabaDetails/post.md)

---

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