nowcerts_customer_getCustomers
Retrieve customer records from NowCerts using search filters for name, address, email, phone, or ID with pagination controls.
Instructions
Get customers list with search and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No | ||
| search_criteria | No | Search by Name, Address, Email, Phone, InsuredId, CustomerId |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"type": "number"
},
"per_page": {
"type": "number"
},
"search_criteria": {
"description": "Search by Name, Address, Email, Phone, InsuredId, CustomerId",
"type": "object"
}
},
"type": "object"
}