Get account privacy settings
Returns the connected account's own privacy settings (last seen, profile photo, status, read receipts, group-add, calls, messages, and online presence). WhatsApp only exposes the privacy settings of the linked account itself, so no contact JID is accepted.
Returns the connected account's own privacy settings (last seen, profile photo, status, read receipts, group-add, calls, messages, and online presence). WhatsApp only exposes the privacy settings of the linked account itself, so no contact JID is accepted.
Authorization
bearerAuth Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/privacy"{ "success": true, "data": { "GroupAdd": "contacts", "LastSeen": "all", "Status": "contacts", "Profile": "all", "ReadReceipts": "all", "CallAdd": "all", "Online": "all", "Messages": "all", "Defense": "on_standard", "Stickers": "contacts" }}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}Get my devices (current user) GET
Returns a summary of the devices belonging to the authenticated user, including connection state and last-seen timestamps, wrapped in the standard WUTS response envelope.
Check QR code status GET
Reports whether a cached QR code currently exists for the given WUTS device and, when present, when it was generated. Use this to poll for an active QR before showing the pairing screen.