Search customers

Search for customers using pagination, sorting, and filtering. Returns a paginated list of customers matching the search criteria.

Example:

{
  "startRow": 0,
  "endRow": 50,
  "sorts": [
    {
      "dir": "desc",
      "field": "createdDate"
    }
  ],
  "filtersOperator": "and",
  "filters": [
    {
      "field": "firstName",
      "operator": "contains",
      "value": "ישראל"
    },
    {
      "field": "status",
      "operator": "isNotEmpty",
      "value": ""
    }
  ]
}
Language
Credentials
OAuth2
Missing 1 required scope
Click Try It! to start a request and see the response here!