Skip to main content
POST
/
instance
/
privacy
curl --request POST \
  --url https://api.wppfy.com/instance/privacy \
  --header 'Content-Type: application/json' \
  --header 'token: <api-key>' \
  --data '
{
  "groupadd": "contacts"
}
'
{
"groupadd": "contacts",
"last": "contacts",
"status": "contacts",
"profile": "contacts",
"readreceipts": "all",
"online": "all",
"calladd": "all"
}

Authorizations

token
string
header
required

Body

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

Response

Privacy settings successfully updated

groupadd
string
last
string
status
string
profile
string
readreceipts
string
online
string
calladd
string