cURL
curl --request POST \ --url https://api.leadmagic.io/b2b-profile-email \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "profile_url": "jesseoue" }'
{ "profile_url": "https://www.linkedin.com/in/jesseoue", "credits_consumed": 5, "message": "Email Found.", "email": "jesse@leadmagic.io" }
Provide a B2B Profile URL and get back the work email of the person.
Successful response with profile and email details
The response is of type object.
object
Was this page helpful?