Skip to main content

Overview

Coverage types represent the lines of coverage a company offers, such as General Liability, Workers Compensation, or Auto. Each coverage type has a set of fields that determine what data can be recorded on events (claims and incidents) of that type. For example, a General Liability event might include fields like reportDate, settlementDemand, and indemnityPaid, while a Workers Compensation event has a different set of fields. Use the Coverage Types API to discover which fields are available for each coverage type, or to set the fields on company-specific coverage types.

API Endpoints


Example Response

{
  "coverageTypeId": "general_liability",
  "coverageTypeName": "General Liability",
  "fields": [
    "reportDate",
    "eventDescription",
    "settlementDemand",
    "indemnityPaid",
    "alaeReserveAmount"
  ]
}