v51

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

Upload WhatsApp Business profile picture

Upload a new profile picture for the WhatsApp Business profile. The image will be uploaded to Meta and set as the profile picture.

post/v1/senders/{senderId}/profile/picture

Path parameters

senderIdstring required

Request body

imageUrlstring uri required

URL of the image to upload.

mimeType'image/jpeg' | 'image/png' required

MIME type of the image.

Response

Profile picture uploaded 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/"
    ]
  }
}