Scope: paths and request format. Response examples and full schemas can be added later.
Endpoints
- POST
/api/companies/{company_id}/policies/list
Authentication and headers
Send an API key and JSON payload.List policies
Return a paginated set of policies with optional filters and sorting.Request body shape
Example: list by policy number
Example: list by insured and date range
Parameters
company_idis a required path parameter.pageandlimitcontrol pagination.- Use
sort.fieldandsort.directionto control ordering.
Notes
- The endpoint is optimized for search, matching, and enrichment. It may return summary level fields to keep responses fast.
- Combine filters to narrow results before paging through large sets.
