Authentication
No API key — create one in the dashboard
Body
Filter expression. See Attio filter guide.
Max results (default 500).
Results to skip (default 0).
Your Attio access token. Optional if you have connected your Attio account in the dashboard.
import requests url = "https://api.coldiq.com/v1/attio/people/query" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.post(url, headers=headers) print(response.json())