cURL
curl --request GET \ --url https://{host}/api/{session}/lids \ --header 'apikey: <api-key>'
{ "lids": [ { "lid": "12345678901234567890", "phone": "5511999999999" }, { "lid": "09876543210987654321", "phone": "5511888888888" } ] }
Get all LID (Local ID) to phone number mappings
200
401
404
curl -X GET https://api.wappfy.com.br/api/my-session/lids
Your Wappfy API key (get it at dash.wappfy.com.br)
User's linked ID
"1111111@lid"
User's phone number (chat id)
"[email protected]"