Skip to main content

Get WABA Number

Retrieve the full details of a single WhatsApp Business API (WABA) number connected to your account by its UUID.

info

Requires a WhatsApp Business API (WABA) channel connected to your 2Chat account. See How to connect WABA to 2Chat.

Endpoint

GET https://api.p.2chat.io/open/waba/numbers/{waba_uuid}

Authentication

Include your API key in the X-User-API-Key header. Learn more about authentication.

Path parameters

ParameterDescriptionExample
waba_uuidThe UUID of the WABA number to retrieve.WAN3ff9fb72-6ecd-4c2a-9055-4836d8ed33d7

Invocation

curl --request GET \
--url 'https://api.p.2chat.io/open/waba/numbers/WAN3ff9fb72-6ecd-4c2a-9055-4836d8ed33d7' \
--header 'Content-Type: application/json' \
--header 'X-User-API-Key: your_api_key_here'

Response

Success (HTTP 200 OK)

{
"success": true,
"number": {
"uuid": "WAN3ff9fb72-6ecd-4c2a-9055-4836d8ed33d7",
"account_uuid": "ACT7a2c1d84-3b5e-4f91-a012-8c3d7e5f2b19",
"business_id": "1234567890",
"friendly_name": "My WABA Number",
"iso_country_code": "US",
"verified_name": "My Business",
"phone_number": "+16173518454",
"formatted_phone_number": "+1 617-351-8454",
"phone_number_id": "109876543210",
"channel_type": "whatsapp",
"connection_status": "C",
"enabled": true,
"pushname": "My Business",
"business_calling_enabled": false,
"messaging_provider": "meta",
"is_coexistence": false,
"meta_waba_id": "9876543210123",
"is_only_for_calls": false,
"has_meta_token": true,
"created_at": "2025-11-19 23:04:18",
"updated_at": "2026-02-02 19:41:12"
}
}
FieldDescription
successtrue when the request succeeded
number.uuidWABA number UUID
number.account_uuidUUID of the account this number belongs to
number.business_idBusiness ID from the messaging provider
number.friendly_nameDisplay name set for this number
number.iso_country_codeTwo-letter country code (e.g. US)
number.verified_nameBusiness name verified by Meta
number.phone_numberPhone number in E.164 format
number.formatted_phone_numberHuman-readable formatted phone number
number.phone_number_idPhone number ID assigned by Meta
number.channel_typeAlways whatsapp for WABA numbers
number.connection_statusConnection status (C = connected)
number.enabledAlways true for WABA numbers
number.pushnameDisplay name shown in WhatsApp
number.business_calling_enabledWhether WhatsApp Business Calling is enabled
number.messaging_providerMessaging provider (meta or gupshup)
number.is_coexistenceWhether the number uses Meta coexistence mode
number.meta_waba_idMeta WABA account ID
number.is_only_for_callstrue if the number is restricted to calls only
number.has_meta_tokentrue if a Meta access token is configured
number.created_atCreation timestamp
number.updated_atLast update timestamp

Error

{
"error": true,
"error_message": "Description of what went wrong"
}
FieldDescription
errortrue when the request failed
error_messageA description of what went wrong