---
title: "GET /connections/{phoneNumber}/business-profile"
method: GET
path: "/connections/{phoneNumber}/business-profile"
tags: ["Connections"]
---

# GET /connections/{phoneNumber}/business-profile

`GET /connections/{phoneNumber}/business-profile`

Get business profile of a WhatsApp Business account

## Path parameters

- `phoneNumber` string, required

## Query parameters

- `jid` string, required

## Response `200`

Business profile retrieved successfully

- object
  - `wid` string — WhatsApp ID of the business
  - `description` string — Business description
  - `email` string, nullable — Business email
  - `website` string[] — Business websites
  - `category` string, nullable — Business category
  - `address` string, nullable — Business address
  - `business_hours` object — Business hours configuration
    - `timezone` string — Timezone of the business
    - `config` object[]
      - `day_of_week` string
      - `mode` string
      - `open_time` number
      - `close_time` number

## Other responses

- `403` — Forbidden — the API key does not own this connection. Returned when a connection is bound to a different API key.
- `421` — Misdirected Request — in cluster mode, this instance does not own the connection. The owning instance id is in the x-baileys-owner header; a proxy re-routes the request there. Not returned for the explicit-takeover routes: POST /connections/{phoneNumber}, /import-session and /restart.

---

[API](https://skmtc.net/fazer-ai/apis/fazer-ai-baileys-api.md) · [All operations](https://skmtc.net/fazer-ai/apis/fazer-ai-baileys-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fazer-ai/fazer-ai-baileys-api/revisions/5299037901a9/schema)
