Version: 1.0-SNAPSHOT
relation-store API
Relation Store
Stores and serves the loan-application data captured across the origination journey.
Overview
Keeps each application's submitted information and makes it available to the sales and admin experiences — list and detail views, application summaries, decision history, and subsequent disbursements — along with the structures that organize that data.
Why it exists
Application data is captured in many steps and needed by many teams. This service holds it in one place and serves a consistent, ready-to-use view, so each consumer doesn't have to re-assemble applications from scratch.
Authentication
Endpoints require an authenticated request. Access is restricted per endpoint by permission, with separate read and write access.