Skip to main content
POST
Definir configurações de privacidade

Autorizações

apikey
string
header
obrigatório

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

Corpo

application/json
groupAdd
string
obrigatório

Quem pode adicionar você a grupos (all, contacts, contact_blacklist, none).

Exemplo:

"contacts"

lastSeen
string
obrigatório

Quem pode ver seu visto por último (all, contacts, contact_blacklist, none).

Exemplo:

"contacts"

status
string
obrigatório

Quem pode ver seu status (all, contacts, contact_blacklist, none).

Exemplo:

"contacts"

profile
string
obrigatório

Quem pode ver sua foto de perfil (all, contacts, contact_blacklist, none).

Exemplo:

"all"

readReceipts
string
obrigatório

Configuração de confirmações de leitura (all, none).

Exemplo:

"all"

callAdd
string
obrigatório

Quem pode ligar para você (all, known).

Exemplo:

"known"

online
string
obrigatório

Quem pode ver quando você está online (all, match_last_seen).

Exemplo:

"match_last_seen"

Resposta

Sucesso — corpo de resposta nativo do provedor.

Updated PrivacySettings (re-fetched after applying changes) wrapped in the Evolution GO envelope.

message
string

Operation status message.

data
object

Privacy settings after the update. Each value is one of: all, contacts, contact_blacklist, contact_allowlist, match_last_seen, known, none, on_standard, off, or empty (undefined).