Get Quotes Configuration
Returns JSON Schemas describing the custom fields available for Field Model V1 quotes. The response contains separate schemas for quote-level fields and exposure-level fields.
Each schema is a standard JSON Schema (draft 2020-12) that can be used directly with validation libraries like Ajv or Zod.
The quote schema covers fields used in the quote’s data object.
It excludes calculated fields, policy-only fields (policyNumber,
policyStatus, policyCancelDate, etc.), server-populated fields
(rating responses, google drive fields, etc.), and lifecycle fields.
The exposure schema covers fields used in the exposures[] array.
Lifecycle fields (quoteType, quoteStatus, quoteNumber,
quoteBindErrors, quoteSubmissionId) are omitted from the
configuration since they are system-managed.
Required permission: company.quote: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
Response
Configuration for quote custom fields
Configuration response for Field Model V1 quotes. Returns JSON Schemas
describing the quote-level and exposure-level fields available for
creating or updating quotes. The quote schema excludes calculated
fields, policy-only fields (policyNumber, policyStatus, policyCancelDate,
etc.), server-populated fields (rating responses, google drive fields,
etc.), and lifecycle fields (quoteStatus, quoteType, quoteNumber, etc.).
