---
title: "Get phone number detail"
method: GET
path: "/api/v2/whatsapp/{wabaId}/{phoneNumber}/profile"
tags: ["WhatsAppAccounts"]
---

# Get phone number detail

`GET /api/v2/whatsapp/{wabaId}/{phoneNumber}/profile`

## Path parameters

- `wabaId` string, required
- `phoneNumber` string, required

## Response `200`

Get phone number detail success

- object
  - `phoneId` string — Unique identifier of the WhatsApp phone number in the provider system.
  - `accountMode` string — Mode of the account, e.g. LIVE or SANDBOX.
  - `codeVerificationStatus` string — Verification status of the phone number (e.g. VERIFIED, EXPIRED).
  - `displayPhoneNumber` string — Human-readable phone number displayed in WhatsApp.
  - `messagingLimitTier` string — Messaging limit tier for the phone number (e.g. TIER_1K).
  - `nameStatus` string — Status of the display name approval (e.g. APPROVED).
  - `newNameStatus` string — New name status if there is a pending name change, otherwise 'NONE'.
  - `qualityScore` string — Quality score of the phone number (e.g. GREEN, YELLOW, RED).
  - `searchVisibility` string — Search visibility of the phone number (e.g. VISIBLE, NON_VISIBLE).
  - `status` string — Connection status of the phone number (e.g. CONNECTED, DISCONNECTED).
  - `verifiedName` string — Verified business name associated with this phone number.
  - `wabaId` string — WhatsApp Business Account ID that owns this phone number.
  - `accountReviewStatus` string — Review status of the WhatsApp Business Account (e.g. APPROVED).
  - `businessVerificationStatus` string — Business verification status (e.g. verified, unverified).
  - `wabaUpdate` string — Indicates whether WABA update features are enabled or disabled (e.g. DISABLED_UPDATE).
  - `qualityRating` string — Overall quality rating: GREEN = high quality, YELLOW = medium quality, RED = low quality, UNKNOWN = unknown quality.

---

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