Get WhatsApp Business profile
Get the WhatsApp Business profile for a sender. The sender must have a WhatsApp Business Account connected.
get/v1/senders/{senderId}/profile
Path parameters
senderIdstring required
Response
WhatsApp Business profile.
Example response
{
"profile": {
"about": "Succulent specialists!",
"address": "1 Hacker Way, Menlo Park, CA 94025",
"description": "At Lucky Shrub, we specialize in providing a diverse range of high-quality succulents.",
"email": "contact@example.com",
"profilePictureUrl": "https://pps.whatsapp.net/v/t61.24...",
"websites": [
"https://www.example.com/"
]
}
}