GET
Get Profile
Get a contact profile picture and business profile info.
API endpoint
https://api.waclient.com/get_profileExample:
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
}
}| Parameter | Description |
|---|---|
| number / contact_id | Provide one. Digits (201234567890) or JID — Phone: [email protected]. |
| instance_id | Your instance ID |
| access_token | Your access token |