---
title: "Get business profile"
method: GET
path: "/business"
tags: ["Business"]
---

# Get business profile

`GET /business`

The method allows you to get information about your WhatsApp Business profile

## Response `200`

Business Profile

- BusinessProfile
  - `address` string — Address of the business Maximum of 256 characters
  - `description` string — Description of the business Maximum of 256 characters
  - `email` string — Email address to contact the business Maximum of 128 characters
  - `hours` object
    - `timeZone` string — Timezone identifier
    - `config` BusinessHours[] — Working hours configuration
      - `day` 'sun' | 'mon' | 'tue' | 'wed' | 'thu' | 'fri' | 'sat' — Day of the week
      - `mode` 'open_24h' | 'specific_hours' — Mode of working hours. You can not combine both
      - `openTime` number — Representation on hour in minutes. I.e 9 A.M. - 540
      - `closeTime` number — Representation on hour in minutes. I.e 16 - 960
  - `websites` string[] — URLs associated with business (e.g., website, Facebook page, Instagram) Maximum of 2 websites with a maximum of 256 characters each
  - `id` string — User ID

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for get business profile
- `500` — Internal Error

---

[API](https://skmtc.net/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.net/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/versions/40ab05abffdb/schema)
