Skip to main content
GET
Get mapping of all known lids to phone number

Description

This endpoint returns all known mappings between LIDs (Local IDs) and phone numbers. LID is a local identifier used by WhatsApp to map contacts efficiently.

URL Parameters

session
string
required
Unique authenticated session ID

Status Codes

  • 200 - Mappings returned successfully
  • 401 - Unauthorized session
  • 404 - Session not found

Usage Example

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Query Parameters

limit
number
default:100
offset
number
default:0

Response

200 - application/json
lid
string

User's linked ID

Example:

"1111111@lid"

pn
string

User's phone number (chat id)

Example:

"3333333@c.us"