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

# Get username suggestions

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

Retrieve a list of available WhatsApp Business username suggestions based on the account's
business profile name. Use these to help users discover valid, unclaimed usernames.

## Query parameters

- `accountId` string, required

## Response `200`

Username suggestions retrieved successfully

- object
  - `success` boolean
  - `suggestions` string[] — List of available username suggestions

## 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/1e9a379eafca/schema)
