# GetScores Endpoint: GET /v1/sessions/{sessionId}/scores 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. - `scores` (array,null) List of credit score items related to the Data Subject. - `scores.type` (string, required) Type of credit score being reported (e.g., internal, bureau-provided). Enum: "UNKNOWN", "RISK_SCORE_V1", "FICO_SCORE", "PROBABILITY_OF_DEFAULT" - `scores.sourceId` (string,null, required) Identifier of the source system that provided the score. - `scores.countryCode` (string,null) ISO 3166-1 alpha-3 country code. Can be null if score type is not directly related to any specific country. - `scores.originalValue` (string,null) The raw score value as received from the source system. - `scores.normalizedValue` (string,null) Normalized version of the score value, if applicable. - `scores.unavailableReason` (string,null) Reason why the score is unavailable, if applicable. Enum: "UNKNOWN", "DECEASED", "UNSETTLED_OBLIGATIONS", "BANKRUPTCY", "DEBTS_SETTLED_WITH_AGREEMENT", "INFO_MISSING", "UNDERAGE", "PERSON_NOT_FOUND", "OTHER_RESTRICTIONS_OR_LIMITATIONS", "ERROR" ## 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