---
title: "Get WhatsApp Business profile"
method: GET
path: "/v1/senders/{senderId}/profile"
---

# Get WhatsApp Business profile

`GET /v1/senders/{senderId}/profile`

Get the WhatsApp Business profile for a sender. The sender must have a WhatsApp Business Account connected.

## Path parameters

- `senderId` string, required

## Response `200`

WhatsApp Business profile.

- WhatsAppBusinessProfileResponse
  - `profile` WhatsAppBusinessProfile, required — WhatsApp Business profile information.
    - `about` string — Short description of the business (max 139 characters).
    - `address` string — Physical address of the business (max 256 characters).
    - `description` string — Extended description of the business (max 512 characters).
    - `email` string, email — Business email address.
    - `profilePictureUrl` string, uri — URL of the business profile picture.
    - `websites` string[] — Business website URLs (maximum 2).
    - `vertical` 'UNDEFINED' | 'OTHER' | 'AUTO' | 'BEAUTY' | 'APPAREL' | 'EDU' | 'ENTERTAIN' | 'EVENT_PLAN' | 'FINANCE' | 'GROCERY' | 'GOVT' | 'HOTEL' | 'HEALTH' | 'NONPROFIT' | 'PROF_SERVICES' | 'RETAIL' | 'TRAVEL' | 'RESTAURANT' | 'NOT_A_BIZ' — Business category for WhatsApp Business profile.

## Other responses

- `400` — Sender does not have a WhatsApp Business Account connected.
- `401` — Unauthorized.
- `404` — Sender not found.

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/revisions/eb3dc75cc05b/schema)
