Search for organizations using technology, industry, and firmographic filters. Returns up to 200 results. Costs 5 credit…
Authentication
No API key — create one in the dashboard
Body
Technology, category, date, or text query filters.
import requests url = "https://api.coldiq.com/v1/sumble/organizations/find" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.post(url, headers=headers) print(response.json())