POST
/
mobile-finder
curl --request POST \
  --url https://api.leadmagic.io/mobile-finder \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "profile_url": "jesseoue",
  "work_email": "jesse@leadmagic.io",
  "personal_email": "jesseouel@gmail.com"
}'
{
  "profile_url": "https://www.linkedin.com/in/jesseoue",
  "mobile_number": 12077523358,
  "credits_consumed": 5
}
You Must put in the Profile URL or Work Email or Personal Email.
Rate Limit: 300 requests per minute.

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful response with mobile details

The response is of type object.