v1

latestOpenAPI 3.0.0Proprietary2026-08-062711471.0 MB
Agent Channels

Get WhatsApp number business info

Returns the live WhatsApp Business profile (about, address, websites, category) for a connected number. Requires a USER API key.

get/public/v1/channels/whatsapp/numbers/{phoneNumberId}/business-info

Path parameters

phoneNumberIdstring required
Example:109876543210123

Response

The WhatsApp business profile

aboutstring nullable
addressstring nullable
descriptionstring nullable
emailstring nullable
profile_picture_urlstring nullable
websitesstring[] nullable
vertical'AUTO' | 'BEAUTY' | 'APPAREL' | 'EDU' | 'ENTERTAIN' | 'EVENT_PLAN' | 'FINANCE' | 'GROCERY' | 'GOVT' | 'HOTEL' | 'HEALTH' | 'NONPROFIT' | 'PROF_SERVICES' | 'RETAIL' | 'TRAVEL' | 'RESTAURANT' | 'OTHER' | 'UNDEFINED' nullable

Example response

{
  "about": "example",
  "address": "example",
  "description": "example",
  "email": "example",
  "profile_picture_url": "example",
  "websites": [
    "example"
  ],
  "vertical": "AUTO"
}