Skip to main content
POST
/
v1
/
mobile-numbers
/
find
Fetch mobile number
curl --request POST \
  --url https://api.example.com/v1/mobile-numbers/find \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "linkedin_url": "<string>"
}
'
{
  "success": true,
  "mobile_number": "6096601450"
}

Documentation Index

Fetch the complete documentation index at: https://docs.leadx.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Body

application/json
linkedin_url
string | null

Public LinkedIn profile URL of the contact

Response

Successful Response

Last modified on March 23, 2026