Introduction

AcuView is a real-time borrower intelligence platform designed to help lenders evaluate credit risk, verify borrower information, and make safe and informed decisions. The platform combines live borrower activity data, identity and banking verification, and loan-level analysis into a single, unified interface that lenders can use during loan origination and decisioning.

AcuView monitors borrower behavior across a secure, privacy-preserving lender network. As borrowers submit loan applications across participating lenders, AcuView aggregates this data, identifies potential risk patterns, and provides lenders with actionable insights that support approvals, declines, or manual reviews.

The platform includes a web-based UI for day-to-day lending operations and a fully documented API layer that enables deeper technical integration with internal systems. Together, the UI and API deliver a complete view of borrower identity, loan activity, and borrower health.

AcuView is accessed through a token-based authentication mechanism. You authenticate using POST /api/Authentication/login, receive a JWT token, and then pass that token in the Authorization: Bearer <token> header for subsequent requests. If you need to confirm the identity and permissions associated with the active session, you can call GET /api/Authentication/whoAmI, which returns the merchant identifier, username, roles, product access, and client type for the authenticated user.