Loans by loan type
get/selling/api/loans/{loantype} this api retrieves loan details based on loan type , which must be hfs, lthfs, or ret the loan type is specified in the url path (e g , /selling/api/loans/hfs) users can refine their search with multiple query parameters i ncluding issuing bank, investor, loan status, search filters, pagination controls, sorting options, and date filters (funding date, purchase date, seasoning start date, etc ) additionally, results can be exported as a csv file f or easy data handling api request attributes parameter description export=csv downloads the loan search results as a csv file investor filter loans by investor name or id issuingbank filter loans by issuing bank name status filter by loan sale status (pending, inseasoning, readyforpurchase, purchaserequested, removedfromseasoning, purchased, canceled, awaitinginvestorallocation) search free text search across loan fields (loan number, origination id, etc ) pagenumber current page number for pagination (default 1) pagesize number of records per page (default 10) sortpropertyname field name to sort results by (default "number") sortdirection sort order "asc" for ascending or "desc" for descending (default "asc") fundeddate filter loans by exact funded date purchasedate filter loans by exact purchase date fromfundeddate filter loans funded on or after this date tofundeddate filter loans funded on or before this date frompurchasedate filter loans purchased on or after this date topurchasedate filter loans purchased on or before this date fromoriginalpurchasedate filter loans with original purchase date on or after this date tooriginalpurchasedate filter loans with original purchase date on or before this date sample response { "loans" \[ { "id" "735dfae0 c26a 4f75 9afa b26c00468706", "number" "00b153ef e8cb 4b76 aea7 c29879a69ad3", "originationstatus" "funded", "salestatus" "readyforpurchase", "mplid" "tst", "issuer" "crb", "originationid" "", "seasoningstart" "2025 01 21", "amount" 7001 8, "adjustedamount" 7000 5, "interestrate" 0 3, "interest" 4 02, "fees" 70 01, "total" 7075 83 },