Get Quotes Configuration
Returns a JSON Schema describing the custom fields available for the
policyInfo.data object when creating or updating quotes.
The response is a standard JSON Schema (draft 2020-12) that can be used directly with validation libraries like Ajv or Zod. This enables clients to validate quote data before submission, reducing API errors.
Required permission: company.quote:read
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 quotes. Structure mirrors the quote request/response shape so consumers can see exactly where to use each schema when creating or updating quotes.
