get https://loanpro.simnang.com/api/public/api/1/odata.svc/Customers()/CreditScore
This request allows you to see manually set credit score information for a customer.
General
The Customers
entity holds credit score information. 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 on 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 requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is ready for you—hit Try It to send the request.
However, 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.