cURL
curl --request POST \ --url https://api.leadmagic.io/personal-email \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "profile_url": "https://www.linkedin.com/in/williamhgates" }'
{ "profile_url": "https://www.linkedin.com/in/williamhgates", "credits_consumed": 2, "message": "Personal Email Found.", "name": "Bill Gates", "first_personal_email": "example@gmail.com", "personal_emails": [ "example@gmail.com", "example2@gmail.com" ] }
Provide a B2B Profile URL and get back the personal emails of the person.
Successful response with personal email details
The response is of type object.
object
Was this page helpful?