---
title: "BusinessAccounts"
method: GET
path: "/api/v1/whatsApp/businessAccounts"
tags: ["WhatsAppAccounts"]
---

# BusinessAccounts

`GET /api/v1/whatsApp/businessAccounts`

## Response `200`

Get WhatsApp Business Accounts success

- object
  - `ok` boolean — Indicates whether the request was successful.
  - `result` object[] — List of WhatsApp Business Accounts and their metadata.
    - `id` string — Unique identifier of the WhatsApp Business Account.
    - `name` string — Display name of the WhatsApp Business Account.
    - `currency` string — Currency code used for this business account (e.g. USD).
    - `country` string — Country associated with the business account.
    - `accountReviewStatus` string — Review status of the business account (e.g. PENDING APPROVED REJECTED).
    - `timezoneId` string — Timezone identifier used for this business account (e.g. '88').
    - `messageTemplateNamespace` string — Namespace used for message templates under this business account.
    - `ownershipType` string — Ownership type of the business account.
    - `primaryFundingId` string — Identifier of the primary funding source for this account.
    - `purchaseOrderNumber` string — Purchase order number associated with billing, if any.
    - `businessId` string — Facebook Business ID associated with this WABA.
    - `businessName` string — Registered business name.
    - `businessVerificationStatus` string — Verification status of the business (e.g. expired failed ineligible not_verified pending pending_need_more_info pending_submission rejected revoked verified).
    - `channelId` string — Internal channel ID linked to this WABA, if any.
    - `whatsappBusinessManagerMessagingLimit` string — TIER_NOT_SET: The business phone number has not been used to send a message yet.TIER_50: Messaging limit of 50 business-initiated conversations in a rolling 24-hour period.TIER_250: Messaging limit of 250 business-initiated conversations in a rolling 24-hour period.TIER_2K: Messaging limit of 2,000 business-initiated conversations in a rolling 24-hour period.TIER_10K: Messaging limit of 10,000 business-initiated conversations in a rolling 24-hour period.TIER_100K: Messaging limit of 100,000 business-initiated conversations in a rolling 24-hour period.TIER_UNLIMITED: The business phone number has higher throughput with unlimited business-initiated conversations.).

---

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