List customer profiles matching the given attributes

POST {{baseUrl}}/v1/customer_search/no_total?pageSize=1000&skip=10&sandbox=false

Get a list of the customer profiles matching the provided criteria.

The match is successful if all the attributes of the request are found in a profile, even if the profile has more attributes that are not present on the request.

Request Params

KeyDatatypeRequiredDescription
pageSizenumberThe number of items in this response.
skipnumberThe number of items to skip when paging through large result sets.
sandboxbooleanIndicates whether you are pointing to a sandbox or Live customer.

Request Body

{"integrationIDs"=>["string"], "profileIDs"=>[0]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring