Appearance
Fresh 2026
Whats App Business Phone Number Register
Reading
You can't perform this operation on this endpoint.
Creating
Register a business phone number for use with WhatsApp Cloud API. See Registering Phone Numbers for additional information about registering business phone numbers programmatically.
You can make a POST request to register edge from the following paths:
/{whats_app_business_phone_number_id}/register
When posting to this edge, no Graph object will be created.
Requirements
| Type | Description |
|---|---|
| Access Tokens | User, System User, or Business Integration System User |
| Permissions | whatsapp_business_management |
Request Syntax
https
POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/registerPost Body
json
{
"messaging_product": "whatsapp",
"pin": "<TWO_STEP_VERIFICATION_PIN>",
"data_localization_region": "<LOCAL_STORAGE_COUNTRY>", // Only if enabling local storage
"backup": "<BACKUP_DATA>" // Only if migrating from On-Premises API to Cloud API
}Example Request
curl
curl 'https://graph.facebook.com/v25.0/110200345501442/register' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer EAAJB...' \
-d '
{
"messaging_product": "whatsapp",
"pin": "123456"
}'Example Response
json
{
"success": true
}Parameters
| Parameter | Description |
|---|---|
backup<br>JSON object | Business phone number migration backup data. See Migrating from On-Premises API to Cloud API. |
password<br>string | password |
data<br>string | data |
messaging_product<br>enum {WHATSAPP} | Messaging product. Set to WHATSAPP.<br>Required |
pin<br>string | Business phone number two-step verification PIN.<br>Required |
Return Type
Struct {
success: bool,
}
Error Codes
| Error | Description |
|---|---|
| 100 | Invalid parameter |
| 133016 | Registration or Deregistration failed because there were too many attempts for this phone number in a short period of time |
| 133005 | Two step verification PIN Mismatch |
| 131014 | Internal error |
| 133006 | Phone number re-verification needed |
| 131000 | Something went wrong |
| 131031 | Business Account locked |
| 200 | Permissions error |
| 133015 | Please wait a few minutes before attempting to register this phone number |
| 133012 | Account already linked with CAPI companion |
Updating
You can't perform this operation on this endpoint.
Deleting
You can't perform this operation on this endpoint.