Skip to main content
GET
/
users
/
me
/
privacy
Get privacy settings
curl --request GET \
  --url https://wsapi.chat/users/me/privacy \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Instance-Id: <x-instance-id>'
{
  "groupAdd": "<string>",
  "lastSeen": "<string>",
  "status": "<string>",
  "profile": "<string>",
  "readReceipts": "<string>",
  "online": "<string>",
  "callAdd": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Instance or customer-level API key. Either the instance's own API key or the customer's API key is accepted. Must be paired with the X-Instance-Id header to identify the target instance.

Headers

X-Instance-Id
string
default:{{instanceId}}
required

The ID of the WhatsApp instance to use

Response

Current privacy settings

groupAdd
string

Who can add you to groups

lastSeen
string

Who can see your last seen

status
string

Who can see your status

profile
string

Who can see your profile picture

readReceipts
string

Whether read receipts are enabled

online
string

Who can see when you are online

callAdd
string

Who can call you