Every website you have a tracking pixel for, newest first. Agencies run one per client site. Credits: free.
Authentication
No API key - create one in the dashboard
No parameters for this endpoint.
import requests url = "https://api.coldiq.com/v1/visitor-id/websites" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.get(url, headers=headers) print(response.json())