Skip to main content
POST
/
chat
/
updatePrivacySettings
/
{instance}
Update Privacy Settings
curl --request POST \
  --url https://api.zapthinker.com/chat/updatePrivacySettings/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "readreceipts": "all",
  "profile": "all",
  "status": "all",
  "online": "all",
  "last": "all",
  "groupadd": "all"
}
'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

Body

application/json
readreceipts
enum<string>
required
Available options:
all,
none
profile
enum<string>
required
Available options:
all,
contacts,
contact_blacklist,
none
status
enum<string>
required
Available options:
all,
contacts,
contact_blacklist,
none
online
enum<string>
required
Available options:
all,
match_last_seen
last
enum<string>
required
Available options:
all,
contacts,
contact_blacklist,
none
groupadd
enum<string>
required
Available options:
all,
contacts,
contact_blacklist

Response

200 - undefined