This request pulls current loan values.
General
Pulling a loan's current loan values is a common request for determining loan health, due amounts, and statuses. Here's what you need to know about this request:
-
A loan's current values are stored within the
StatusArchive
object. This object holds the following information and more:- Due amounts
- Payoff
- Escrow breakdown
- Loan Status and Sub-Status, Stoplight, and Portfolios
-
Current loan information is calculated daily during your tenant account's daily maintenance process.
For an example of how loans work within the UI, take a look at our New Loan Manager article.
Database
For information regarding loan database tables, see the following articles:
- Database – Loan Table (loan_entity)
- Database – Loan Setup (loan_setup_entity)
- Database – Loan Status Entity (loan_status_entity)
Try It Instructions
Our pages often provide sample payload information so that you can try requests yourself. This request is ready for you—hit ‘Try It’ to send the request.
If you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.