Skip to main content
GET
Search leads

Authorizations

Authorization
string
header
required

LeadConduit uses HTTP Basic Authentication with the username API and your API key as the password.

For example: API:1f1b96c9150d8050e858c043d543bb4eadae0e6f'

Query Parameters

query
string

text to search for

sort_by
enum<string>

One of the following field names: lead_id, submission_timestamp, first_name, last_name, email, phone_1, phone_2, address_1, city, state, postal_code, reference

Available options:
lead_id,
submission_timestamp,
first_name,
last_name,
email,
phone_1,
phone_2,
address_1,
city,
state,
postal_code,
reference
sort_dir
enum<string>

The sort direction: "asc" or "desc", default is by relevance

Available options:
asc,
desc
from
integer

The starting offset of leads to return in the matching result set, zero-based

limit
integer

The maximum number of leads to return (maximum is 100, default is 10)

Response

200 - application/json

OK

hits
Lead Search Result · object[]
total
number