- Exposures are entities (individuals or organizations) covered by insurance policies
- Each exposure has a name and entityType that classify them
- Exposures can be associated with policies and events
- Deleting an exposure performs a soft delete (the record is marked as deleted but retained)
API Endpoints
- List Exposures - Retrieve paginated list of exposures with filtering and sorting
- Get Exposure - Retrieve a single exposure by ID
- Create Exposure - Create a new exposure
- Update Exposure - Update an existing exposure
- Delete Exposure - Soft delete an exposure by ID
