Contacts Search.

Use this endpoint to get a list of contacts matching the given search criteria. Contacts are returned if they include a given first name, last name, company name, and contact type. it will filter by range of dates, using the CreationDate of the contact.

The size of the return is controlled with the pageSize query parameter which defaults to 25 and must be > 0 and <= 25. Set pageIndex > 0 to access contacts past the first page when more than pageSize contacts meet the search criteria.
Sort criteria, startDate and endDate are required.

The search returns includes like phone numbers, email addresses and location address.

Language
Authorization
Bearer
Click Try It! to start a request and see the response here!