This endpoint allows getting basic information of contacts on WhatsApp. You can search for a specific contact by providing the JID or list multiple contacts using pagination.
# Get specific contactcurl -X GET "https://api.wappfy.com.br/api/contacts?sessionId=my-session&[email protected]"# List contacts with paginationcurl -X GET "https://api.wappfy.com.br/api/contacts?sessionId=my-session&limit=50&offset=0"