Connections
Get business profile of a WhatsApp Business account
get/connections/{phoneNumber}/business-profile
Path parameters
phoneNumberstring required
Example:+551234567890
Phone number for connection. Must have + prefix.
Query parameters
jidstring required
Example:551101234567@s.whatsapp.net
User JID
Response
Business profile retrieved successfully
Example response
{
"wid": "551234567890@s.whatsapp.net",
"description": "We are a company that sells products",
"email": "contact@business.com",
"website": [
"https://business.com"
],
"category": "Retail",
"address": "123 Main St, City",
"business_hours": {
"timezone": "America/Sao_Paulo"
}
}