Get Loans by Customer Id

This returns a particular customer's loans

Overview

Using the get loans by customer id endpoint, you can get all loans for a customer.

To do this, you first need to build the complete get loans by customer id endpoint by passing version and customer id in the url path and authtoken in the query params, then make a get request to the endpoint.

A successful request will return a 200 status code with the customer's available loans in the response body.

You can check out the API reference for Get Loans By Customer Id