GET
/
api
/
{session}
/
lids
/
pn
/
{phoneNumber}
Obter lid por número de telefone (ID da conversa) (Get lid by phone number (chat id))
curl --request GET \
  --url https://api.wappfy.com.br/api/{session}/lids/pn/{phoneNumber} \
  --header 'apikey: <api-key>'
{
  "lid": "1111111@lid",
  "pn": "3333333@c.us"
}

Authorizations

apikey
string
header
required

Apikey

Path Parameters

phoneNumber
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"