Skip to main content
GET
Get Defendant

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

eventId
string<uuid>
required

Event identifier

defendantId
string<uuid>
required

Defendant identifier

Response

Defendant details

A defendant associated with a lawsuit

id
string<uuid>

Defendant identifier

companyId
string<uuid>

Company identifier

lawsuitId
string<uuid>

Associated lawsuit identifier

insuredId
string<uuid> | null

Associated insured identifier (mutually exclusive with nonInsuredName)

nonInsuredName
string | null

Name of non-insured defendant (mutually exclusive with insuredId)

phoneNumber
string | null

Defendant phone number

email
string<email> | null

Defendant email address

attorneyId
string<uuid> | null

Associated attorney identifier

lawFirmId
string<uuid> | null

Associated law firm payee identifier

createdAt
string<date-time> | null

When the defendant was created (ISO 8601)

updatedAt
string<date-time> | null

When the defendant was last updated (ISO 8601)