v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBWhatsApp Phone Numbers
Retrieve a phone number profile
Retrieves a WhatsApp business phone number's profile. Customers can view your business profile by clicking your business's name or number in a conversation thread.
get/whatsapp/phoneNumbers/{wabaId}/{phoneNumber}/profile
Path parameters
wabaIdstring required
Example:whatsapp-business-account-id
WhatsApp Business Account ID.
phoneNumberstring required
Example:+16315551111
Phone number in E.164 format.
Response
Successfully retrieved the object.
Example response
{
"about": "ABOUT",
"verifiedName": "verifiedName",
"newName": "John's Cake",
"address": "ADDRESS",
"description": "DESCRIPTION",
"email": "tom@example.com",
"profilePictureUrl": "https://URL",
"vertical": "OTHER",
"websites": [
"https://WEBSITE-1"
]
}