Skip to main content
POST
/
chat
/
updatePrivacySettings
/
{instance}
Update Privacy Settings
curl --request POST \
  --url https://converso-whatsapp-api.p.rapidapi.com/chat/updatePrivacySettings/{instance} \
  --header 'Content-Type: application/json' \
  --header 'instanceCode: <api-key>' \
  --header 'x-rapidapi-key: <api-key>' \
  --data '{}'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.conversoempire.world/llms.txt

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

Authorizations

instanceCode
string
header
required

Your authorization key header

x-rapidapi-key
string
header
required

Your rapid api key

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