Loan information
get loan information get /selling/api/loans/{id}/info retrieve detailed information for a specific loan by its id, including all loan attributes and current status path parameters parameter type required description id uuid yes the unique loan identifier response 200 ok returns loaninfo object with complete loan details including loan identification (loan number, id, investor loan id) loan type (hfs, lthfs, ret) status information (origination status, sale status) financial details (loan amount, adjusted amount, interest rate) dates (funded date, purchase date, seasoning dates) associated entities (mpl, investor, issuing bank) example request get /selling/api/loans/3fa85f64 5717 4562 b3fc 2c963f66afa6/info