Skip to main content
Defendants represent parties named in a lawsuit. They are sub-resources of lawsuits, which are themselves sub-resources of events. The Defendants API allows you to create, retrieve, update, and delete defendant information for a specific lawsuit. Key Concepts:
  • Defendants belong to a lawsuit, accessed via the event path: /events/{eventId}/lawsuit/defendants
  • Each defendant is either an insured (linked via insuredId) or a non-insured party (identified by nonInsuredName) — exactly one must be set
  • Defendants can optionally be linked to an attorney and/or law firm
  • Deleting a defendant is a soft delete — the record is preserved but no longer returned by GET or LIST

API Endpoints


Nullable Fields

The following fields may be null in the response:

Filtering and Sorting

Filter Parameters

Sorting Parameters

Pagination

Response includes:
  • items - Array of defendants for the current page
  • totalCount - Total number of matching defendants across all pages

Permissions

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

Example Response