Go back
PredictLeads

PredictLeads

v1 · 26 endpoints

PredictLeads (26)

API Explorer

- credits
ColdIQ
APIs→PredictLeads
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
GEThttps://beta-api.coldiq.com/v1/predictleads/companies/{idOrDomain}2.51 cr

Retrieve a company by ID or domain. Costs 2.5116 ColdIQ credits. Credits: 2.51 per call.

Authentication

No API key - create one in the dashboard

Parameters

import requests

url = "https://beta-api.coldiq.com/v1/predictleads/companies/{idOrDomain}"

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

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