v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
Chat Controller

Fetch Profile Picture URL

Fetch Profile Picture URL

post/chat/fetchProfilePictureUrl/{instance}

Path parameters

instancestring required

Name instance

Request body

numberstring required

Number to fetch profile picture URL: {{remoteJid}}

Response

Ok

wuidstring

The WhatsApp User ID (WUID).

profilePictureUrlstring

URL of the user's profile picture.

Example response

{
  "wuid": "553198296801@s.whatsapp.net",
  "profilePictureUrl": "https://pps.whatsapp.net/v/t61.2..."
}