Go back
Influencers Club

Influencers Club

v1 · 5 endpoints

Influencers Club (5)

API Explorer

— credits
ColdIQ
APIs→Influencers Club
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
POSThttps://api.coldiq.com/v1/influencers-club/creators/enrich/email125.58 cr

Look up a creator profile by their email address. Returns 40+ data points including follower counts, engagement rates, c…

Authentication

No API key — create one in the dashboard

Body

Creator's email address to look up

import requests

url = "https://api.coldiq.com/v1/influencers-club/creators/enrich/email"

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

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