GET
/
api
/
{session}
/
lids
Obter mapeamento de todos os lids conhecidos para número de telefone
curl --request GET \
  --url https://api.wappfy.com.br/api/{session}/lids \
  --header 'apikey: <api-key>'
[
  {
    "lid": "1111111@lid",
    "pn": "3333333@c.us"
  }
]

Authorizations

apikey
string
header
required

Apikey

Query Parameters

limit
number
default:100
offset
number
default:0

Response

200 - application/json
lid
string

Linked ID for the user

Example:

"1111111@lid"

pn
string

Phone number (chat id) for the user

Example:

"3333333@c.us"