Skip to main content
Attorneys represent legal professionals involved in insurance claims and lawsuits. The Attorneys API allows you to programmatically create, read, update, and delete attorney information within your company. Key Concepts:
  • Attorneys are company-scoped, reusable entities that can be associated with lawsuits
  • An attorney can serve as plaintiff counsel (on a lawsuit) or defense counsel (on a defendant)
  • Attorneys can optionally be linked to a law firm payee via lawFirmId

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 attorneys for the current page
  • totalCount - Total number of matching attorneys across all pages

Permissions

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

Example Response