latestSwagger 2.02026-08-08247095.4 KB

87f442a3336e

filter

Search and Filter Contacts

Search Contacts based on title, department, level , headcount, annual revenue and much more

post/filter/contacts/v2

Request body

emailstring required

Email Address

apiKeystring required

API Key

namestring[]

name

firstNamestring[]

first name

lastNamestring[]

last name

titlestring[]

title

deptstring[]

department

levelstring[]

level

companyNamestring[]

company name

industryNamestring[]

industry name

numberOfEmployeesstring[]

number of employees

revenuestring[]

revenue

companyPrimaryDomainstring

company primary domain

zipCodestring[]

zipcode

statestring[]

state

citystring[]

city

countrystring[]

country

locationstring[]

location

nameDomainstring[]

nameDomain

categorystring[]

category

productNamestring[]

product name

enableDomainLimitboolean

enable the limit per domain

limitPerDomaininteger

limit per domain

cursorMarkstring

cursorMark is used to paginate, in the first request '*' we to sent for its values and for sub subsequent requests, its value will be obtained from the previous request

limitinteger

number of requests

searchTermstring

search term

excludeTitleKeywordsstring[]
domainsstring[]
emailConfidenceScoreinteger
dontDisplayOwnedContactsboolean
dontDisplayDeadContactsboolean
titleExactMatchboolean
facetFieldNamestring[]
includeAccountboolean

Example request

{
  "email": "gautam@saleslift.io",
  "apiKey": "GAUTAM_API_KEY"
}

Response

OK