---
title: "Get business profile"
method: GET
path: "/v1/whatsapp/business-profile"
tags: ["WhatsApp"]
---

# Get business profile

`GET /v1/whatsapp/business-profile`

Retrieve the WhatsApp Business profile for the account (about, address, description, email, websites, etc.).

## Query parameters

- `accountId` string, required

## Response `200`

Business profile retrieved successfully

- object
  - `success` boolean
  - `businessProfile` object
    - `about` string — Short description (max 139 chars)
    - `address` string
    - `description` string — Full description (max 512 chars)
    - `email` string
    - `profilePictureUrl` string, uri
    - `websites` string[]
    - `vertical` string — Business category

## Other responses

- `400` — accountId is required or phone number ID not found
- `401` — Unauthorized
- `404` — WhatsApp account not found

---

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