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

# Get business username

`GET /v1/whatsapp/business-profile/username`

Fetch the current WhatsApp Business username and its approval status.
Username status can be `approved` (active), `reserved` (pending activation), or `none` (no username set).

## Query parameters

- `accountId` string, required

## Response `200`

Business username retrieved successfully

- object
  - `success` boolean
  - `username` string, nullable — The current username, or null if none is set
  - `status` 'approved' | 'reserved' | 'none' — Approval state of the username

## Other responses

- `401` — Unauthorized
- `404` — WhatsApp account not found

---

[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/f81ca70ea6b9/schema)
