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

Authorizations

token
string
header
required

Response

Privacy settings successfully retrieved

groupadd
enum<string>

Who can add you to groups. Values: all, contacts, contact_blacklist, none

Available options:
all,
contacts,
contact_blacklist,
none
Example:

"contacts"

last
enum<string>

Who can see last seen. Values: all, contacts, contact_blacklist, none

Available options:
all,
contacts,
contact_blacklist,
none
Example:

"contacts"

status
enum<string>

Who can see status (message under the name). Values: all, contacts, contact_blacklist, none

Available options:
all,
contacts,
contact_blacklist,
none
Example:

"contacts"

profile
enum<string>

Who can see profile photo. Values: all, contacts, contact_blacklist, none

Available options:
all,
contacts,
contact_blacklist,
none
Example:

"contacts"

readreceipts
enum<string>

Read receipts. Values: all, none

Available options:
all,
none
Example:

"all"

online
enum<string>

Who can see online status. Values: all, match_last_seen

Available options:
all,
match_last_seen
Example:

"all"

calladd
enum<string>

Who can make calls. Values: all, known

Available options:
all,
known
Example:

"all"