get contact LID and phone

Resolves the mapping between a contact's Linked ID (LID) and phone number. Works in both directions: pass phone-number IDs ([email protected]) to get their LID, or pass Linked IDs (number@lid) to get the phone number. Returns an array of contact objects with their LID and phone number (pn) mappings.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Instance ID

Body Params
contactIds
array of strings
required

Array of contact IDs to resolve. Accepts both phone-number IDs ([email protected]) and Linked IDs (number@lid) — resolution works in either direction.

contactIds*
Responses

401

Unauthorized — invalid or missing bearer token

403

Forbidden — insufficient permissions or account blocked

404

Not found — instance does not exist or does not belong to you

409

Conflict — instance is not ready

429

Too many requests — rate limit exceeded

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json