post https://waapi.app/api/v1/instances//client/action/get-contact-about-info
Retrieves the about/status info for a specific contact
Log in to see full request history
Response
Retrieves the about/status info for a specific contact
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/get-contact-about-info \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
13{
"data": {
"status": "success",
"instanceId": 0,
"data": {
"about": "Hey there! I am using WhatsApp"
}
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/get-contact-about-info"
},
"status": "success"
}