Skip to main content
The leads endpoint returns qualified Leads that matched your ICP and showed relevant intent. Each lead includes company details directly in the response so you can show who to contact and why the timing matters.

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Body

signalsstring[]

Filter by signal type, matching the signal.type values returned with each lead. See Accepted Filter Values.

Example: [“topic_engagement_signal”]

sheet_idsstring[]

Filter leads to one or more sheets configured in the dashboard.

Example: [“sh_6P9vR3”]

lead_idsstring[]

Return specific leads by ID.

Example: [“ld_8K2mQ9”]

company_idsstring[]

Filter leads to one or more companies.

Example: [“co_4F7xN2”]

lead_country_codesstring[]

Filter by lead country code using two-letter country codes. See Accepted Filter Values.

Example: [“US”, “GB”]

company_country_codesstring[]

Filter by company country code using two-letter country codes. See Accepted Filter Values.

Example: [“US”, “CA”]

date_foundobject

Restrict results by when the lead first entered the Directory.

latest_signalobject

Restrict results to when the latest matching distinct signal was observed.

ai_scoreobject

Restrict results using inclusive min and max score values from 0 to 100.

sortobject

Sort by date_found, latest_signal, ai_score, or signal_count. Direction is SORT_DIRECTION_DESC or SORT_DIRECTION_ASC. The default is date_found descending, matching the Leads dashboard.

cursor.limitinteger

Number of leads to return per page.

Example: 100

cursor.afterstring

Opaque cursor returned as cursor.next from the previous response.