Skip to main content
GET
/
api
/
instances
/
{instanceId}
/
contacts
/
{contactId}
/
picture
Get contact profile picture URL
curl --request GET \
  --url https://api.wappfy.io/api/instances/{instanceId}/contacts/{contactId}/picture \
  --header 'Authorization: Bearer <token>'
{
  "profilePictureUrl": "https://pps.whatsapp.net/..."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

instanceId
string<uuid>
required

The WhatsApp instance UUID

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

contactId
string
required

Contact ID (e.g., [email protected])

Response

Profile picture URL

profilePictureUrl
string

Profile picture URL (null if not set)

Example:

"https://pps.whatsapp.net/..."