Read the account’s current privacy settings
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate limit: Global (100/min) • Idempotent: yes (read-only)
visibility, privacy, and permissions.
visibility, privacy, and permissions. No query parameters or body, a simple read to check the current state before calling the corresponding POST.
settings, grouped into three sub-objects: visibility (lastSeen, status, profile, online), privacy (readReceipts), and permissions (callAdd, groupAdd). Values come from the local store synced via appstate, changes made in the official app may take a few seconds to reflect here.
TokenAccount or TokenInstance.| Field | Values |
|---|---|
lastSeen / status / profile | all / contacts / contact_blacklist / none |
online | all / match_last_seen |
readReceipts | all / none |
callAdd | all / known |
groupAdd | all / contacts / contact_blacklist |
online: match_last_seen means your online presence follows the lastSeen rule, if lastSeen=none, no one sees you online either.all.| HTTP | Message |
|---|---|
| 400 | Instance is not connected to WhatsApp |
| 404 | Instance not found |