---
title: "Get WhatsApp Business Profile"
method: GET
path: "/whatsapp_business_profile"
tags: ["Profile"]
---

# Get WhatsApp Business Profile

`GET /whatsapp_business_profile`

Retrieve comprehensive information about a WhatsApp Business Profile, including business details, contact information, and profile settings.

## Query parameters

- `fields` string

## Response `200`

WhatsApp Business Profile retrieved successfully

- ProfileGetBusinessProfileResponse — Response containing WhatsApp Business Profile data
  - `data` ProfileBusinessProfileData[]
    - `about` string
    - `address` string
    - `description` string
    - `email` string
    - `messaging_product` string, required
    - `profile_picture_url` string
    - `vertical` 'OTHER' | 'AUTO' | 'BEAUTY' | 'APPAREL' | 'EDU' | 'ENTERTAIN' | 'EVENT_PLAN' | 'FINANCE' | 'GROCERY' | 'GOVT' | 'HOTEL' | 'HEALTH' | 'NONPROFIT' | 'PROF_SERVICES' | 'RETAIL' | 'TRAVEL' | 'RESTAURANT' | 'ALCOHOL' | 'ONLINE_GAMBLING' | 'PHYSICAL_GAMBLING' | 'OTC_DRUGS'
    - `websites` string[]

## Other responses

- `400` — Bad request - Invalid parameters or malformed request
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - Insufficient permissions to access this profile
- `404` — Not found - Phone Number ID does not exist or is not accessible
- `429` — Too many requests - Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/360dialog/apis/messaging-api.md) · [All operations](https://skmtc.dev/360dialog/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/360dialog/messaging-api/revisions/74b31f9f8610/schema)
