v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-06-11720209.3 KB
Chat Controller

Fetch Profile Picture URL

Fetch Profile Picture URL

post/chat/fetchProfilePictureUrl/{instance}

Path parameters

instancestring required

ID of the instance to connect

Request body

numberstring

Number to fetch profile picture URL

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..."
}