HomeGuidesAPI Reference


When you query our [Get Repayment Options](🔗) API endpoint, you'll receive a JSON response object with an `array` of [`RepaymentOption`](🔗) objects, alongside an [`OriginalLoanSummary`](🔗)

### Schema Definition

PropertyTypeFormatDescription
`original``object`[`OriginalLoanSummary`](🔗)Summary of original loan details against which you'd compare `RepaymentOption` objects for which a `Borrower` is eligible.
`repayment_options``array`[`RepaymentOption`](🔗)An `array` of available `RepaymentOption` objects for which a `Borrower` and their `Loans` may be eligible.

### Example