POST
/
b2b-profile-email
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"
}
Rate Limit: 300 requests per minute.
Charges 5 credits for found email.

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful response with profile and email details

The response is of type object.