POST
/
personal-email
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"
  ]
}
Rate Limit: 500 requests per minute.
Charges 2 credits for found personal email.

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful response with personal email details

The response is of type object.