Litigations

📘

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, which will return details on legal cases associated with that Business.

{
	"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"
}
AttributeTypeDescription
idstringThe litigation id, assigned by Middesk.
case_namestringThe name of the court case.
case_numberstringThe case number.
case_statusstringThe status of the case (Open, Closed, or Unknown).
case_typestringThe type of case (i.e. Debt Collection or Unknown)
filing_datestringThe date when the case was filed.
judgmentarrayArray of court docket information that may include judgments. Each object can have a docket_entry_date and text.
jurisdictionstringThe jurisdiction where the case was filed.
party_typestringThe party type of the business (ex. Plaintiff, Defendant).