Skip to main content
POST
/
v2
/
enrichment
/
email
Find Work Email
curl --request POST \
  --url https://api.blitz-api.ai/v2/enrichment/email \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "person_linkedin_url": "https://www.linkedin.com/in/antoine-blitz-5581b7373"
}
'
{
  "found": true,
  "email": "[email protected]",
  "all_emails": [
    {
      "email": "[email protected]",
      "job_order_in_profile": 1,
      "company_linkedin_url": "https://www.linkedin.com/company/blitz-api",
      "email_domain": "blitz-agency.com"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Blitz API Key.

Body

application/json
person_linkedin_url
string
required
Example:

"https://www.linkedin.com/in/antoine-blitz-5581b7373"

Response

OK

The response is of type object.