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

# Get-Business-Profile

`GET /settings/business/profile`

## Response `200`

- GetBusinessProfileResponse
  - `meta` Meta — Contains generic information such as WhatsApp Business API Client version.
    - `version` string
    - `api_status` 'deprecated' | 'experimental' | 'stable'
  - `errors` Error[] — Only returned with a failed request. Contains an array of error objects that are present when there is an error.
    - `code` integer — See the https://developers.facebook.com/docs/whatsapp/api/errors for more information.
    - `title` string — error title
    - `details` string — error detail
    - `href` string — location for error detail
  - `settings` BusinessSettings
    - `business` BusinessSettingsBusiness
      - `profile` BusinessProfile
        - `address` string, required — Address of the business Maximum of 256 characters
        - `description` string, required — Description of the business Maximum of 256 characters
        - `email` string, required — Email address to contact the business Maximum of 128 characters
        - `vertical` string, required — Industry of the business Maximum of 128 characters
        - `websites` string[], required — URLs associated with business (e.g., website, Facebook page, Instagram) Maximum of 2 websites with a maximum of 256 characters each

---

[API](https://skmtc.net/unblu/apis/whatsapp-business-api.md) · [All operations](https://skmtc.net/unblu/apis/whatsapp-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unblu/whatsapp-business-api/revisions/7a5937fc6885/schema)
