v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBWhatsApp Phone Numbers
Update a phone number profile
Updates a WhatsApp business phone number profile.
patch/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.
Request body
Example request
{
"about": "ABOUT",
"address": "ADDRESS",
"description": "DESCRIPTION",
"email": "tom@example.com",
"profilePictureUrl": "https://PICTURE-URL",
"vertical": "OTHER",
"websites": [
"https://WEBSITE-1"
]
}Response
Successfully updated 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"
]
}