cURL
curl --request POST \ --url https://api.leadmagic.io/v1/people/mobile-finder \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "profile_url": "jesseoue", "work_email": "[email protected]", "personal_email": "[email protected]" } '
{ "profile_url": "https://www.linkedin.com/in/jesseoue", "mobile_number": 12077523358, "credits_consumed": 5 }
Find the personal mobile of the person.
Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).
Provide their Social Media URL
Provide the Work Email of the person
Provide the Personal Email of the person
Successful response with mobile details
"https://www.linkedin.com/in/jesseoue"
12077523358
5
Was this page helpful?