# GetCourtAndInsolvencyCases Endpoint: GET /v1/sessions/{sessionId}/court-and-insolvencies Version: 1.0 Security: keycloakAuthTest, keycloakAuthLive ## Path parameters: - `sessionId` (string, required) ## Response 200 fields (application/json): - `sources` (array,null) List of Data Provider sources indicating where the response data was obtained from. - `sources.sourceId` (string,null, required) Identifier of the Data Provider that provided the information. - `sources.status` (string, required) Current status of the source Data Provider, such as successful or failed. Enum: "UNKNOWN", "SUCCESS", "ERROR", "FORBIDDEN", "UNSUPPORTED_COUNTRY", "WAITING_FOR_CUSTOMER", "WAITING_FOR_PROVIDER", "PACKAGE_UPGRADE_REQUIRED", "ID_TAX_ONLY" - `sources.countryCode` (string,null) Three-letter ISO 3166-1 alpha-3 code representing the country of the source Data Provide. - `courtAndInsolvencies` (array,null) List of court and insolvency case records. - `courtAndInsolvencies.sourceId` (string,null, required) Identifier of the source system that provided the court or insolvency record. - `courtAndInsolvencies.caseType` (string, required) Type of the court or insolvency case. Enum: "UNKNOWN", "BANKRUPTCY_AND_INSOLVENCY", "DEBT_RELIEF_AND_RESTRUCTURING", "BILL_OF_SALE", "PARTNERSHIPS_AND_CORPORATE_ACTIONS", "COURT_ORDERS_AND_DECREES", "MISCELLANEOUS_LEGAL_ORDERS_AND_ACTIONS" - `courtAndInsolvencies.courtName` (string,null) Name of the court handling the case. - `courtAndInsolvencies.caseNumber` (string,null) Official number of the court or insolvency case. - `courtAndInsolvencies.courtDate` (string,null) Date when the court session took place. - `courtAndInsolvencies.satisfiedDate` (string,null) Date when the case was marked as satisfied or resolved. - `courtAndInsolvencies.amount` (object,null) Amount of money associated with the case. - `courtAndInsolvencies.amount.amount` (number, required) Monetary value represented as a decimal number. - `courtAndInsolvencies.amount.currencyCode` (string,null, required) Currency code in ISO 4217 format (e.g., EUR, GBP). ## Response 400 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `errors` (object,null) ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields