cURL
curl --request GET \ --url https://{host}/api/{session}/lids/count \ --header 'apikey: <api-key>'
{ "count": 150 }
Get the total count of known LIDs in the session
200
401
404
curl -X GET https://api.wappfy.com.br/api/my-session/lids/count
Your Wappfy API key (get it at dash.wappfy.com.br)
Session name (instanceName)