Skip to main content
POST
/
v2
/
enrichment
/
linkedin-to-domain
Linkedin URL to Domain
curl --request POST \
  --url https://api.blitz-api.ai/v2/enrichment/linkedin-to-domain \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "company_linkedin_url": "https://www.linkedin.com/company/blitz-api"
}
'
{
  "found": true,
  "email_domain": "blitz-agency.com"
}

Authorizations

x-api-key
string
header
required

Your Blitz API Key.

Body

application/json
company_linkedin_url
string
required
Example:

"https://www.linkedin.com/company/blitz-api"

Response

OK

The response is of type object.