Skip to main content
GET
/
api
/
contacts
/
about
Get about information for the contact
curl --request GET \
  --url https://{host}/api/contacts/about \
  --header 'apikey: <api-key>'
{
  "about": "Available",
  "setAt": 1234567890
}

Description

This endpoint returns “About” information (status/message) of a specific contact on WhatsApp. This is the text that appears in the contact’s profile.

Query Parameters

sessionId
string
required
Authenticated session ID
jid
string
required
Contact identifier (WhatsApp JID). Format: 5511999999999@s.whatsapp.net
{
  "about": "Available",
  "setAt": 1234567890
}

Status Codes

  • 200 - Information returned successfully
  • 400 - Invalid parameters
  • 401 - Unauthorized session
  • 404 - Session or contact not found

Usage Example

curl -X GET "https://api.wappfy.com.br/api/contacts/about?sessionId=my-session&jid=5511999999999@s.whatsapp.net"

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Query Parameters

contactId
string
required
I