v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBcontact
get contact about info
Retrieves the about/status info for a specific contact
post/instances/{id}/client/action/get-contact-about-info
Path parameters
idinteger required
Instance ID
Request body
Example request
{
"contactId": "123456789@c.us"
}Response
Successfully retrieved contact about info
Example response
{
"data": {
"status": "success",
"data": {
"about": "Hey there!"
}
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/get-contact-about-info"
},
"status": "success"
}