Allows you to search for contacts within the system. You can filter the search using query parameters, and the search will return contacts that match the provided criteria. The response limit is 100 contacts
Filter for contacts with companies matching to a domain (excludes contacts without companies)
Filter by email
Filter by first name
Filter by last name
Page number (1-based)
Number of contacts per page (max 100)
Format of custom fields in response. NESTED returns array of objects with id, field_name, field_value. FLAT returns object with field names as keys.
FLAT, NESTED