v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB

Update WhatsApp Business profile

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

patch/v1/senders/{senderId}/profile

Path parameters

senderIdstring required

Request body

aboutstring

Short description of the business (max 139 characters).

addressstring

Physical address of the business (max 256 characters).

descriptionstring

Extended description of the business (max 512 characters).

emailstring email

Business email address.

websitesstring[]

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.

Response

Profile updated successfully.

successboolean required

Example response

{
  "profile": {
    "about": "Succulent specialists!",
    "address": "1 Hacker Way, Menlo Park, CA 94025",
    "description": "At Lucky Shrub, we specialize in providing a diverse range of high-quality succulents.",
    "email": "contact@example.com",
    "profilePictureUrl": "https://pps.whatsapp.net/v/t61.24...",
    "websites": [
      "https://www.example.com/"
    ]
  }
}