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

Authorizations

apikey
string
header
required

Apikey

Path Parameters

lid
string
required

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"