Go back
CompanyEnrich

CompanyEnrich

v1 · 47 endpoints

CompanyEnrich (47)

API Explorer

— credits
ColdIQ
APIs→CompanyEnrich
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
GEThttps://api.coldiq.com/v1/companyenrich/companies/enrich10.5 cr

Enrich a company by domain. Credits: 10.5 per call.

Authentication

No API key — create one in the dashboard

Parameters

expand
import requests

url = "https://api.coldiq.com/v1/companyenrich/companies/enrich"

headers = {
    "Authorization": "Bearer ",
    "Content-Type": "application/json"
}

response = requests.get(url, headers=headers)
print(response.json())