---
title: "Get display name status"
method: GET
path: "/v1/whatsapp/business-profile/display-name"
tags: ["WhatsApp"]
---

# Get display name status

`GET /v1/whatsapp/business-profile/display-name`

Fetch the current display name and its Meta review status for a WhatsApp Business account.
Display name changes require Meta approval and can take 1-3 business days.

## Query parameters

- `accountId` string, required

## Response `200`

Display name info retrieved

- object
  - `success` boolean
  - `displayName` object
    - `name` string — Current verified display name
    - `status` 'APPROVED' | 'PENDING_REVIEW' | 'DECLINED' | 'NONE' — Meta review status for the display name
    - `phoneNumber` string — Display phone number

## Other responses

- `400` — accountId is required
- `401` — Unauthorized
- `404` — WhatsApp account not found or accountId is not a valid ObjectId

---

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