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