Premium Feature
Litigations are available as a premium feature. Contact Sales to inquire more about access. If you're an existing customer, reach out to your Account Manager or to [email protected].
Litigations can be ordered on a Business or Person, which will return details on legal cases associated with that Business or Person.
{
"object": "litigation",
"id": "18764a12-113b-4928-bb70-6ec3848ab8b2",
"case_name": "Coinbase, Inc., Petitioner v. Nunnally",
"case_number": "2241-105",
"case_status": "Open",
"case_type": "Consumer Credit",
"filing_date": "2022-08-12",
"judgments": [
{
"id": "b020630c-e3f8-4e91-a2bd-1e7bb023f11d",
"litigation_id": "18764a12-113b-4928-bb70-6ec3848ab8b2",
"docket_entry_date": "2020-12-30",
"text": "Judgment in favor of defendant for the amount of $1500.00",
"created_at": "2022-10-18T14:47:23.460Z",
"updated_at": "2022-10-18T14:47:23.460Z"
}
],
"jurisdiction": "New York Eastern District",
"party_type": "Petitioner"
}
Attribute | Type | Description |
---|---|---|
id | string | The litigation id, assigned by Middesk. |
case_name | string | The name of the court case. |
case_number | string | The case number. |
case_status | string | The status of the case (Open , Closed , or Unknown ). |
case_type | string | The type of case (i.e. Debt Collection or Unknown ) |
filing_date | string | The date when the case was filed. |
judgment | array | Array of court docket information that may include judgments. Each object can have a docket_entry_date and text . |
jurisdiction | string | The jurisdiction where the case was filed. |
party_type | string | The party type of the business (ex. Plaintiff , Defendant ). |