cURL
curl --request POST \ --url https://api.leadmagic.io/b2b-profile \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "work_email": "jesse@leadmagic.io", "personal_email": "jesseouel@gmail.com" }'
{ "profile_url": "jouellette", "message": "Profile URL found", "credits_consumed": 10 }
Use this endpoint to find a business profile based on the provided email.
Successful response with B2B profile details
The response is of type object.
object
Was this page helpful?