---
title: "Get Whatsapp Profile"
method: GET
path: "/v1/integrations/whatsapp/profile/{profile_id}"
tags: ["Integrations", "WhatsApp"]
---

# Get Whatsapp Profile

`GET /v1/integrations/whatsapp/profile/{profile_id}`

## Path parameters

- `profile_id` string, uuid, required

## Response `200`

Successful Response

- WhatsappProfileDetailResponse
  - `ProfileID` string, uuid, required
  - `ProfileName` string, required
  - `NumPhones` integer, required
  - `DailyLimit` integer, required
  - `ProfileStatus` 'ACTIVE' | 'INACTIVE', required
  - `IsBanned` boolean, required
  - `HasPaymentFailure` boolean
  - `WabaId` string, nullable, required
  - `IntegrationMethod` 'EMBEDDED' | 'POOL' | 'LEGACY' | 'PERSONAL_QR', required
  - `HasPersonalPhoneNumber` boolean, nullable
  - `IsDisconnected` boolean
  - `BusinessProfile` WhatsappBusinessProfile, required
    - `ProfileDescription` string, nullable
    - `Category` 'OTHER' | 'AUTO' | 'BEAUTY' | 'APPAREL' | 'EDU' | 'ENTERTAIN' | 'EVENT_PLAN' | 'FINANCE' | 'GROCERY' | 'GOVT' | 'HOTEL' | 'HEALTH' | 'NONPROFIT' | 'PROF_SERVICES' | 'RETAIL' | 'TRAVEL' | 'RESTAURANT' | 'NOT_A_BIZ'
    - `Address` string, nullable
    - `Email` string, nullable
    - `Websites` string[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/versions/23d1ff06d0d0/schema)
