List Rating Revision Presets
Returns all coverage limit presets from a rating engine
revision’s config JSON (config.coverageLimitPresets). This endpoint is
for rating-engine companies.
For non-rating-engine companies, use GET /configuration/presets instead.
Filtering:
coverageTypeKey- Filter by coverage type (exact match)id- Filter by preset ID (single UUID or array)
Sorting:
setName(default),coverageTypeKey- Default direction: ascending
Required permission: company:read
Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Query Parameters
The rating engine revision ID (must exist and belong to the company)
Filter by coverage type key (exact match)
Filter by preset ID (single UUID or array of UUIDs)
Field to sort by (default setName)
setName, coverageTypeKey Sort direction (default asc)
asc, desc Response
List of coverage limit presets from the revision config
