Go back
Lemlist

Lemlist

v1 · 38 endpoints

Lemlist (38)

API Explorer

— credits
ColdIQ
APIs→Lemlist
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
GEThttps://api.coldiq.com/v1/lemlist/campaigns0 cr

Credits: free.

Authentication

No API key — create one in the dashboard

Parameters

import requests

url = "https://api.coldiq.com/v1/lemlist/campaigns"

headers = {
    "Authorization": "Bearer ",
    "Content-Type": "application/json"
}

response = requests.get(url, headers=headers)
print(response.json())