Skip to main content
List endpoints accept filters as query parameters. Parameter names are matched case-insensitively. Filters are combined with AND: every filter you pass must match for a record to be returned.

Contacts

GET /public/v2/contacts and GET /public/contacts If you pass email, linkedin_url, or phone as an empty value, the endpoint returns {"status": "No contacts found"} rather than an unfiltered list.

Companies

GET /public/v2/companies and GET /public/companies

People

GET /public/people GET /public/people/lookup takes exactly one of email, linkedin_url, or phone to resolve a single person.

Emails

GET /public/emails This endpoint is not paginated, so narrow your query with these filters rather than relying on pages. See Pagination.

Lookup by custom field

GET /public/v2/contacts/lookup-by-custom-field and GET /public/v2/companies/lookup-by-custom-field