Search Contacts

Allows searching for contacts. There are two different modes, key search and statement search. If both are provided it will only do a key search.

When doing a key search all the records that have one of the provided keys will be returned.

When doing a statement search all records that match all of the criteria will be returned. Each statement must contain three values variable, operation, and value. The variable will be one of the extData keys. operation must be either equal, equals, or contains. value is the value that will be matched against. In the example below it will find all contacts what have a first name that contains "Roy".

The size parameter is only valid for statement searches. It is currently capped at 1000 results.

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