Skip to main content

Documentation Index

Fetch the complete documentation index at: https://truv.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

The LOS demo shows server-side order creation: a loan processor creates verification orders using borrower data already on file, and Truv sends the borrower an email or SMS link to complete verification on their own device. Source: GitHub
git clone https://github.com/truvhq/demo-apps.git
cd demo-apps && npm install && cp .env.example .env
npm start && npm run dev  # select "Mortgage" → "LOS"
LOS demo

Flow

1

Create order from LOS data

Enter borrower PII from the LOS. The backend creates an order and receives a share_url.
POST /v1/orders/
# Returns order_id + share_url
2

Truv sends verification link

Truv delivers the share_url to the borrower via email or SMS. No Bridge embedding needed on your end.
3

Borrower completes and report is ready

The borrower opens the link and connects their employer. order-status-updated fires on completion.
POST /v1/users/{user_id}/reports/
Integration pattern: Hosted Orders | Products: VOIE, VOE