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. There are two kinds of coverage types:- Global coverage types (e.g.,
general_liability,inland_marine) are shared across all companies and cannot be created or deleted via the API. - Company-specific coverage types are created and owned by a single company.
API Endpoints
- List Coverage Types - List all coverage types (global and company-specific) with optional label filtering
- Create Coverage Type - Create a new company-specific coverage type
- Delete Coverage Type - Permanently delete a company-specific coverage type
- Set Enabled Coverage Types - Replace the company’s enabled coverage types list
- Get Coverage Type Fields - Retrieve the fields associated with a coverage type
- Set Coverage Type Fields - Replace the fields on a company-specific coverage type
