# GetNegativeTradelines Endpoint: GET /v1/sessions/{sessionId}/negative-tradelines 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. - `negativeTradelines` (array,null) List of negative tradelines such as defaults, late payments, or collections. - `negativeTradelines.sourceId` (string,null, required) Identifier of the source system that provided the credit product (tradeline). - `negativeTradelines.amount` (object,null) Amount of the credit product when it was issued. - `negativeTradelines.amount.amount` (number, required) Monetary value represented as a decimal number. - `negativeTradelines.amount.currencyCode` (string,null, required) Currency code in ISO 4217 format (e.g., EUR, GBP). - `negativeTradelines.contractType` (string, required) Type of the credit product, such as loan, mortgage, or credit card. Enum: "UNKNOWN", "UNSECURED_LOAN", "SECURED_LOAN", "CO_BORROWER_LOAN", "CREDIT_CARD", "LEASING", "MORTGAGE_LOAN", "OVERDRAFT", "OTHER" - `negativeTradelines.creditor` (object,null) Information about the creditor who issued the credit product. - `negativeTradelines.creditor.sector` (string, required) Sector classification of the creditor (e.g., finance, telecom). Enum: "UNKNOWN", "FINANCE", "TELECOM", "COURT_AUTHORITY", "OTHER", "PUBLIC", "PRIVATE" - `negativeTradelines.creditor.name` (string,null) Name of the creditor organization or individual. - `negativeTradelines.agreementOriginationDate` (string,null) Date when the credit agreement was originally signed. - `negativeTradelines.expectedRepaymentDate` (string,null) Date by which the credit product is expected to be fully repaid. - `negativeTradelines.responsibility` (string,null) Specifies whether the customer is individually or jointly responsible for the credit product. Enum: "UNKNOWN", "BORROWER", "CO_BORROWER", "GUARANTOR", "HEIR", "OTHER" - `negativeTradelines.defaultStartDate` (string,null) The date when the negative status (e.g., default) started. - `negativeTradelines.defaultEndDate` (string,null) The date when the negative status (e.g., default) ended, if applicable. - `negativeTradelines.objectionStatus` (string,null) Status indicating whether the customer has filed an objection against this record. Enum: "UNKNOWN", "NOT_DISPUTED", "DISPUTED", "PARTLY_DISPUTED", "PARTLY_SETTLED" ## 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