Search customers
customerio_search_customersSearch/list people by a Customer.io filter (segment or attribute conditions). e.g. filter={"segment":{"id":7}} or {"and":[...]}. App API: POST /v1/customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max people to return. | |
| start | No | Pagination cursor from a previous response's `next`. | |
| filter | Yes | Customer.io filter object, e.g. {"segment":{"id":7}} or {"and":[{"attribute":{"field":"email","operator":"exists"}}]}. |