Contacts

List synced contacts

Returns every contact mirrored into the WUTS device app-state store, including display names and business names. Requires a connected WhatsApp session on the authenticated WUTS device.

GET
/contacts

Returns every contact mirrored into the WUTS device app-state store, including display names and business names. Requires a connected WhatsApp session on the authenticated WUTS device.

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/contacts"
{  "success": true,  "count": 2,  "contacts": [    {      "jid": "5511999999999@s.whatsapp.net",      "first_name": "Maria",      "full_name": "Maria Silva",      "push_name": "Maria",      "business_name": "Silva Comercio"    },    {      "jid": "5511888888888@s.whatsapp.net",      "full_name": "Joao Pereira",      "push_name": "Joao"    }  ]}
{  "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"}