nowcerts_customer_getCustomers
Retrieve customer lists from NowCerts with search and pagination capabilities. Find customers by name, address, email, phone, or ID to manage insurance client data efficiently.
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"
}