v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
WABA

Register a WABA phone number

Requires the waba_account:create scope.

post/v3/waba-accounts/{id}/register-phone

Request body

GenericJsonObject required

Response

WABA account

idinteger required
unique_idstring required
waba_idstring required
phone_number_idstring required
display_phone_numberstring required
verified_namestring nullable
is_webhooks_subscribedboolean
is_pin_enabledboolean nullable
statusstring nullable
phone_statusstring nullable
dataset_idstring nullable
marketing_messages_onboarding_statusstring nullable
is_on_biz_appboolean
runtime_ownerstring nullable
updatesobject[] nullable
inserted_atstring date-time
updated_atstring date-time

Example response

{
  "unique_id": "waba_abc123",
  "store": {
    "unique_id": "store_abc123"
  }
}