Get a collection of customers matching the supplied criteria. At least one parameter is required.

Specify the search in the URL query string.

Example: GET [base_url]customer/search?name=John will get all customers in your database that start with John. All searches are case insensitive. If you have a custom field set for a customer, those fields are searchable by keys as well.

Log in to see full request history
Query Params
string

The Customer's first name. If there are spaces, they should be url encoded.

string

The Customer's last name. If there are spaces, they should be url encoded.

string

The Company name. If there are spaces, they should be url encoded.

custom_fields
object

Any Custom Fields that are saved to a customer can be searched. Use the Custom Field's key as the query parameter name and the Custom Field's value as the query parameter value.

string

Url encoded email.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json