WAClient
GET

Get LID by ID

Resolve a single phone number or JID to its WhatsApp Linked ID (LID).

API endpoint
https://api.waclient.com/get_lid_by_id
Example:
curl -X GET \
  'https://api.waclient.com/get_lid_by_id' \
  -G \
  --data-urlencode 'number=201234567890' \
  --data-urlencode 'instance_id=6A4B02A1XXXX' \
  --data-urlencode 'access_token=EMCUH3NQQK8YXXXX'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "contact_id": "[email protected]",
        "lid": "123456789@lid",
        "pn": "201234567890"
    }
}
ParameterDescription
number / contact_idProvide one. Digits (201234567890) or JID — Phone: [email protected].
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc