Go back
Instantly

Instantly

v1 · 147 endpoints

Instantly (147)

API Explorer

— credits
ColdIQ
APIs→Instantly
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
GEThttps://api.coldiq.com/v1/instantly/accounts0 cr

Credits: free.

Authentication

No API key — create one in the dashboard

Parameters

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())