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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| pageSize | number | The number of items in this response. | |
| skip | number | The number of items to skip when paging through large result sets. | |
| sandbox | boolean | Indicates whether you are pointing to a sandbox or Live customer. | 
Request Body
{"integrationIDs"=>["string"], "profileIDs"=>[0]}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string |