Instances

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.

GET
/privacy

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
AuthorizationBearer <token>

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"}