Consumer Loan

Retrieve two thirds rates

Returns the 2/3 interest rate for different loan terms for an anonymous loan offer.

get/v1/consumer_loans/two_thirds_rates

Response

Two Thirds Rates

two_thirds_rateobject required

The 2/3 interest rate for various loan terms.

Example response

{
  "two_thirds_rate": {
    "6": 0.04,
    "12": 0.04,
    "18": 0.04
  }
}