Credits: free.
Authentication
No API key - create one in the dashboard
Parameters
Number of records to return (1–100).
Pagination cursor.
Account status filter.
Comma-separated tag UUIDs.
Your Instantly API key. Optional if you have connected your Instantly account in the dashboard.
import requests url = "https://api.coldiq.com/v1/instantly/accounts" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.get(url, headers=headers) print(response.json())