cURL
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 }
Find the personal mobile of the person.
Successful response with mobile details
The response is of type object.
object
Was this page helpful?