v1

latestOpenAPI 3.0.02026-07-2491237338.9 KB
WhatsApp Phone Numbers

Retrieve phone number business username suggestions

Retrieves reserved Business Username suggestions for a WhatsApp business phone number. The response flattens Meta username suggestions into a string array. If no suggestions are available, data is an empty array.

get/whatsapp/phoneNumbers/{wabaId}/{phoneNumber}/businessUsername/suggestions

Path parameters

wabaIdstring required
Example:whatsapp-business-account-id

WhatsApp Business Account ID.

phoneNumberstring required
Example:+16315551111

Phone number in E.164 format.

Response

Successfully retrieved the suggestions.

datastring[]

Example response

{
  "data": [
    "acme.support",
    "acme.help"
  ]
}