# Get Atto Score Endpoint: GET /atto-score/v1/consents/{consentId}/accounts/{accountId} Version: all Security: Bearer ## Path parameters: - `consentId` (string, required) The consent ID for which we want to fetch the atto-score - `accountId` (string, required) The account ID for which we want to fetch the atto-score ## Response 200 fields (application/json): - `data` (object) - `data.accountId` (string,null) The unique identifier of the account. - `data.attoScore` (integer) The score generated for the account. - `data.probabilityOfDefault` (number) The probability of default for the account. - `data.dateGenerated` (string,null) ISO8601 formatted date string containing the date the score was generated. - `data.version` (string,null) The version of the model used to compute the score. - `data.range` (object) - `data.range.minScore` (integer) The Minimum score value. - `data.range.maxScore` (integer) The Maximum score value. - `meta` (object) No meta data corresponding to the response payload ## Response 400 fields (application/json): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id ## Response 403 fields (application/json): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id ## Response 404 fields (application/json): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id ## Response 422 fields (application/json): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id ## Response 500 fields (application/json): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id