post
https://api.surense.com/api/v1/customers/search
Search for customers using pagination, sorting, and filtering. Returns a paginated list of customers matching the search criteria.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Example:
{
"startRow": 0,
"endRow": 50,
"sorts": [
{
"dir": "desc",
"field": "createdDate"
}
],
"filtersOperator": "and",
"filters": [
{
"field": "firstName",
"operator": "contains",
"value": "ישראל"
},
{
"field": "status",
"operator": "isNotEmpty",
"value": ""
}
]
}