Business customer phone numbers
Updated: Nov 4, 2025 This document describes business customer phone numbers, their requirements, and endpoints commonly used to manage business phone numbers.Basics
Your business customers need a dedicated number to use WhatsApp. Phone numbers already in use with the WhatsApp app are not supported, but numbers in use with the WhatsApp Business app can be registered. Business customers can have multiple phone numbers associated with their Meta Business Account, so they can add another number for API use if they wish. When completing the Embedded Signup flow, your business customers should use a phone number and display name that they want to have appear in the WhatsApp app. We strongly discourage signing up with a test or personal number, or test display name, as are difficult to change. For more detailed information relating to phone numbers and WhatsApp for Business Platform, see Phone Numbers. For information on how to migrate an existing registered WhatsApp phone number, see Migrate Phone Number.Instructions for business customers
This section is directed towards customers of Embedded Signup and provides guidance about actions they may perform relating to phone numbers.Add Phone Numbers to a WhatsApp Business Account
There are two methods to add additional numbers to a WhatsApp Business Account (WABA): [Recommended] Go through the embedded signup flow again, select the existing Business Manager & WABA, add the number, and verify it. In the Business Manager, go to the Phone Numbers tab of WhatsApp Manager, and select Add Phone Number. When using this option, the Solution Partner has to manually verify the phone number as phone verification is not available in the Business Manager. For this reason, it is recommended that businesses follow the embedded signup flow to add additional numbers.Instructions for Solution Partners
This section is directed towards Solution Partners and provides instructions for managing customer phone numbers and certificates.Getting phone numbers
Use the GET /<WABA_ID>/phone_numbers endpoint to get a list of business phone numbers on a business customer’s WABA.Request
Response
Upon success:Register phone numbers
Alternatively, you can pre-verify phone numbers and offer them to your customers in the new Embedded Signup flow. This prevents customers from having to contact you for a one-time password during the onboarding process. See Pre-Verified Phone Numbers.
A phone number must be registered up to 14 days after going through the Embedded Signup flow. If a number is not registered during that window, the phone must go through to the Embedded Signup flow again prior to registration.
Get phone metadata
Thephone_numbers endpoint allows you to see the status of a phone number’s display name and other metadata.
Example request
In the following example, use the ID for the assigned WABA.Example response
Response parameters
Get phone’s OTP status
To see if a phone number has been verified via OTP (one-time password), check that number’scode_verification_status field. First, make a GET call to the /<whatsapp-business-account-id}/phone_numbers endpoint:
VERIFIED or NOT_VERIFIED. A sample response looks like this:
Filter phone numbers by account mode
You can query phone numbers and filter them based on theiraccount_mode. For the request, you can use the parameters listed below.

