nowcerts_quoteApplication_getQuoteApplications
Retrieve insurance quote applications from NowCerts using customizable filters to access and review pending quotes.
Instructions
Get quote applications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"type": "object"
}
},
"type": "object"
}