Skip to main content
The Exposures API allows you to manage exposure entities for your company. Exposures represent the individuals or organizations that are covered by insurance policies. Key Concepts:
  • 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


Exposure Fields


Filtering and Sorting (List)

Filter Parameters

Sorting Parameters


Permissions

Access to exposures requires the appropriate permissions based on your API key:

Example List Response

Example Create Request

Example Create Response

Example Update Request

Example Update Response

Example Delete Response