Enrich a single contact with professional data. Returns immediately with a reveal ID — results are delivered asynchronou…
Authentication
No API key — create one in the dashboard
Body
Enrichment depth: none (LinkedIn only), partial (email), phone (email+phone), full (email+phone)
import requests url = "https://api.coldiq.com/v1/wiza/individual-reveals" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.post(url, headers=headers) print(response.json())