---
title: "Update business profile"
method: POST
path: "/v1/whatsapp/business-profile"
tags: ["WhatsApp"]
---

# Update business profile

`POST /v1/whatsapp/business-profile`

Update the WhatsApp Business profile. All fields are optional; only provided fields will be updated.
Constraints: about max 139 chars, description max 512 chars, max 2 websites.

## Request body

- object
  - `accountId` string, required — WhatsApp social account ID
  - `about` string — Short business description (max 139 characters)
  - `address` string — Business address
  - `description` string — Full business description (max 512 characters)
  - `email` string, email — Business email
  - `websites` string[] — Business websites (max 2)
  - `vertical` string — Business category (e.g., RETAIL, ENTERTAINMENT, etc.)
  - `profilePictureHandle` string — Handle from resumable upload for profile picture

## Response `200`

Business profile updated successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Validation error (field too long, too many websites, etc.)
- `401` — Unauthorized
- `404` — WhatsApp account not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/1e9a379eafca/schema)
