latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-23440258.8 KB

5299037901a9

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

widstring

WhatsApp ID of the business

descriptionstring

Business description

emailstring nullable

Business email

websitestring[]

Business websites

categorystring nullable

Business category

addressstring nullable

Business address

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"
  }
}