WAClient
GET

Get Profile

Get a contact profile picture and business profile info.

API endpoint
https://api.waclient.com/get_profile
Example:
curl -X GET \
  'https://api.waclient.com/get_profile' \
  -G \
  --data-urlencode 'number=201234567890' \
  --data-urlencode 'instance_id=6A4B02A1XXXX' \
  --data-urlencode 'access_token=EMCUH3NQQK8YXXXX'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "contact_id": "[email protected]",
        "avatar": "https://pps.whatsapp.net/...",
        "business": null
    }
}
ParameterDescription
number / contact_idProvide one. Digits (201234567890) or JID — Phone: [email protected].
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc