get https://loanpro.simnang.com/api/public/api/1/odata.svc/Customers()/CreditScore
This request pulls a customer's manually set credit score information.
General
Credit scores are used by lenders to determine the terms of a loan they offer to a borrower. Here's what you need to know about pulling credit score information:
- This request does not use credit reporting agency services to pull credit scores. Instead, it pulls the information stored manually within your LoanPro account.
For an example of how credit scores work within the UI, take a look at our Credit Pulling article.
Database
For information regarding credit score database tables, see the following articles:
- Database – Customer Main Table (customer_entity)
- Database – Credit Report History (credit_report_history)
- Database – Credit Report Queue (credit_report_queue)
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.