Match a person against the PDL dataset of ~3 billion profiles using email, LinkedIn URL, phone, or name + context. Retur…
Authentication
No API key — create one in the dashboard
Body
import requests url = "https://api.coldiq.com/v1/pdl/person/enrich" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.post(url, headers=headers) print(response.json())