# Retrieve two thirds rates Returns the 2/3 interest rate for different loan terms for an anonymous loan offer. Endpoint: GET /v1/consumer_loans/two_thirds_rates Version: 1.0 ## Response 200 fields (application/json): - `two_thirds_rate` (object, required) The 2/3 interest rate for various loan terms. Example: {"6":0.04,"12":0.04,"18":0.04} ## Response 403 fields (application/json): - `title` (string) Example: "Unauthorized Action" - `status` (string) Example: "403" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Unauthorized action is not allowed." - `code` (string) Example: "unauthorized_action" ## Response 404 fields (application/json): - `title` (string) Example: "Model Not Found" - `status` (string) Example: "404" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Couldn't find 'Account' for id 'DE24112233445566'." - `code` (string) Example: "model_not_found"