Skip to main content
GET
Get phone number by LID
Resolves a linked identifier to its phone-number-based chat ID. Pass the @lid value as a query parameter named lid.
You can send either the full identifier, such as 1111111@lid, or only the numeric part when that fits your integration.
If the mapping is missing, your instance does not currently know how to convert that @lid value.

Response Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
string

application/json

Example:

"application/json"

Content-Type
string

application/json

Example:

"application/json"

Path Parameters

instance
string
required

Instance UUID copied from hypersender dashboard

Example:

"{{ instance_id }}"

Query Parameters

lid
string
required

The linked identifier to resolve. You can send either the full value like 1111111@lid or just the numeric part.

Example:

"1111111@lid"

Response

Successful response

lid
string
required

Linked identifier for the contact

Example:

"1111111@lid"

pn
string
required

Phone-number-based chat ID for the same contact