Skip to main content
Lawsuits represent legal proceedings associated with insurance events. Each event can have at most one lawsuit. The Lawsuits API allows you to create, retrieve, update, and delete lawsuit information for a specific event. Key Concepts:
  • A lawsuit is a 1:1 sub-resource of an event — each event has at most one lawsuit
  • Lawsuits are accessed via the event path: /events/{eventId}/lawsuit
  • There is no list endpoint — use the GET endpoint to retrieve the single lawsuit for an event
  • Creating a lawsuit when one already exists returns 409 Conflict
  • Deleting a lawsuit is a soft delete — the record is preserved but no longer returned by GET

API Endpoints


Nullable Fields

The following fields may be null in the response:

Permissions

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

Example Response