Next Steps
After completing the Quickstart, you can extend your integration to cover additional
AcuView capabilities. You can retrieve loan history using GET
/api/LoanRecord/loan-history, analyze borrower activity across standard time
periods using GET /api/v1/LoanRecord/record-period, and assess borrower
risk using GET /api/v1/payments/AssessRisk.
If your workflow includes repayment tracking, you can manage payments using the
/api/v1/payments endpoints to create, update, retrieve, and
deactivate payment records. These endpoints allow you to keep AcuView aligned with
repayment activity and loan outcomes.
For deeper testing and integration, you can use the AcuView OpenAPI definition or Postman collection to explore endpoints and validate request and response formats. You should also review the integration best practices in the AcuView API Guide, which cover authentication handling, error processing, pagination, and secure handling of sensitive data.
