Skip to main content
POST
Update privacy settings

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Path Parameters

instance
string
required

The number's display name in the Pilot Status dashboard.

Body

application/json
readreceipts
string
required

Read receipts visibility: all or none.

Example:

"all"

profile
string
required

Profile photo visibility: all, contacts, contact_blacklist, or none.

Example:

"contacts"

status
string
required

Status/about visibility: all, contacts, contact_blacklist, or none.

Example:

"contacts"

online
string
required

Online presence visibility: all or match_last_seen.

Example:

"all"

last
string
required

Last-seen visibility: all, contacts, contact_blacklist, or none.

Example:

"contacts"

groupadd
string
required

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

Example:

"contacts"

Response

Success — provider-native response body.

update
enum<string>
required

Result of the update operation.

Available options:
success
data
object
required

The privacy settings that were applied.