v1.0.0
OAS 3.1.0
Telegram User Lookup API
API for fetching Telegram user information by phone number with enrichment capabilities.
Client Libraries
API for fetching Telegram user information by phone number with enrichment capabilities.
Production server
Returns Telegram user details by phone numbers, with optional phone enrichment using email or LinkedIn.
API key for authentication.
List of phone numbers to lookup.
Email for phone enrichment.
LinkedIn URL for phone enrichment.
curl https://www.telegram-finder.io/user-lookup \
--request POST \
--header 'X-Api-Key: ' \
--header 'Content-Type: application/json' \
--data '{
"phoneNumbers": [
""
],
"email": "",
"linkedin": ""
}'
{
"ANY_ADDITIONAL_PROPERTY": null
}
Successful response with user details.