v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
contact

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

contactIdstring required

The ID of the contact

Example request

{
  "contactId": "123456789@c.us"
}

Response

Successfully retrieved contact about info

status'success' | 'error'

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"
}