Overview
The Exposure Types API lets you manage the categories of insured entities (exposure types) available to a company. Exposure types define what kinds of exposures can be created — for example, “Franchise Truck Dealer”, “Auto”, or “Company”. Each exposure type has a uniquevalue (used as a programmatic identifier) and
a label (displayed in the UI).
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /exposure-types | Create a new exposure type |
Permissions
| Action | Permission |
|---|---|
| Create exposure type | company:update |
Request Properties
| Property | Type | Required | Description |
|---|---|---|---|
value | string | Yes | Unique identifier for the exposure type (e.g., "franchise_truck_dealer") |
label | string | Yes | Human-readable display name (e.g., "Franchise Truck Dealer") |
