WAClient
GET

Get Contact About

Get the About text (status message) of a contact.

API endpoint
https://api.waclient.com/get_contact_about
Example:
curl -X GET \
  'https://api.waclient.com/get_contact_about' \
  -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]",
        "about": "Available",
        "setAt": 1783496908
    }
}
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