Represents a collection of WhatsApp business phone numbers associated with a WhatsApp Business Account (WABA).
| Type | Description |
|---|---|
User or System User. | |
curl -i -X POST \
"https://graph.facebook.com/LATEST-VERSION/WHATSAPP-BUSINESS-ACCOUNT-ID/phone_numbers?
cc=COUNTRY-CODE&
phone_number=PHONE-NUMBER&
migrate_phone_number=true&
access_token=USER-ACCESS-TOKEN"{
"id": "<BUSINESS_PHONE_NUMBER_ID>"
}phone_numbers edge from the following paths: | Parameter | Description |
|---|---|
ccstring | Country dial code of the phone number (for example, |
migrate_phone_numberboolean | Set to |
phone_numberstring | Phone number without the country code or plus symbol ( |
preverified_idstring | Preverified ID related to this phone number |
verified_namestring | Name of the business as it appears in the WhatsApp app or WhatsApp Business app profile. |
id in the return type.id: numeric string, | Error | Description |
|---|---|
| 100 | Invalid parameter |
| 300 | Edit failure |
| 200000 | Cannot add phone number to WhatsApp Business Account |
| 200 | Permissions error |
| 104 | Incorrect signature |