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

Authorizations

x-api-key
string
header
required

Your Blitz API Key.

Body

application/json
domain
string
required
Example:

"https://www.blitz-agency.com"

Response

OK

The response is of type object.