Go back
Sumble

Sumble

v1 · 6 endpoints

Sumble (6)

API Explorer

— credits
ColdIQ
APIs→Sumble
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
POSThttps://api.coldiq.com/v1/sumble/organizations/find10.5 cr

Search for organizations using technology, industry, and firmographic filters. Returns up to 200 results. Credits: 10.5 …

Authentication

No API key — create one in the dashboard

Body

JSON Editor

Technology, category, date, or text query filters.

include_entity_details·limit·offset+2 more
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())