Connections

get/connections/{phoneNumber}/profile-picture-url

Path parameters

phoneNumberstring required
Example:+551234567890

Phone number for connection. Must have + prefix.

Query parameters

jidstring required

WhatsApp JID

string
OR
string

Picture quality type

Response

Profile picture URL retrieved successfully

Example response

{
  "data": {
    "jid": "551234567890@s.whatsapp.net",
    "profilePictureUrl": "https://pps.whatsapp.net/v/t61.24694-24/..."
  }
}