Skip to main content
Endpoint:
GET /api/external/companies/{companyId}/configuration
Retrieves the configuration for your company in AI Insurance. This includes many enumerated fields like the types of entities that can be covered or whose information is tracked.

Parameters

None

Response

KeyTypeDescription
ratingEngineFieldsarrayRating fields with entity type and field key (used to create a quote)
nonRatingFieldsobjectNon‑rating fields for policy and insured entities
insuredEntityTypesobjectKeys are available insured entity types
enabledCoverageTypesobjectKeys are enabled coverage type IDs

Example Requests

cURL
curl -X GET \
  "https://app.aiinsurance.io/api/external/companies/<YOUR-COMPANY-ID>/configuration" \
  -H "Authorization: ApiKey <YOUR-API-KEY>"
I