Enrich a person record using a LinkedIn URL, email, name + company, or internal person ID. Returns contact details, job …
Authentication
No API key — create one in the dashboard
Body
import requests url = "https://api.coldiq.com/v1/prospeo/enrich-person" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.post(url, headers=headers) print(response.json())