Returns JSON Schemas describing the custom fields available for Field Model V1 quotes. The response contains separate schemas for policy-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 policy schema covers fields used in the quote’s policy object.
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
API key authentication. Include your API key in the Authorization header.
Company identifier
Configuration for quote custom fields
Configuration response for Field Model V1 quotes. Returns JSON Schemas describing the policy-level and exposure-level fields available for creating or updating quotes. Lifecycle fields (quoteType, quoteStatus, quoteNumber, quoteBindErrors, quoteSubmissionId) are omitted.