---
title: "Get WhatsApp number business info"
method: GET
path: "/public/v1/channels/whatsapp/numbers/{phoneNumberId}/business-info"
tags: ["Agent Channels"]
---

# Get WhatsApp number business info

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

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

## Path parameters

- `phoneNumberId` string, required

## Response `200`

The WhatsApp business profile

- PublicWhatsAppBusinessInfo
  - `about` string, nullable
  - `address` string, nullable
  - `description` string, nullable
  - `email` string, nullable
  - `profile_picture_url` string, nullable
  - `websites` string[], nullable
  - `vertical` 'AUTO' | 'BEAUTY' | 'APPAREL' | 'EDU' | 'ENTERTAIN' | 'EVENT_PLAN' | 'FINANCE' | 'GROCERY' | 'GOVT' | 'HOTEL' | 'HEALTH' | 'NONPROFIT' | 'PROF_SERVICES' | 'RETAIL' | 'TRAVEL' | 'RESTAURANT' | 'OTHER' | 'UNDEFINED', nullable

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
