Search contacts by AND criteria
Search contacts based on exact match AND criteria across multiple fields. Requires a valid Bearer token.
get/contacts/search_by_and
Query parameters
emailstring
Email address to search for (exact match)
phonestring
Phone number to search for (exact match)
descriptionstring
Description to search for (exact match)
first_namestring
First name to search for (exact match)
last_namestring
Last name to search for (exact match)
titlestring
Title to search for (exact match)
Response
Successful search
Changes
No recorded changes to this endpoint across all 1 revision of this API.