Reggora
Reggora is a modern appraisal management platform that connects mortgage lenders and appraisal vendors on a single system, automating the appraisal lifecycle from order placement and product selection through payment, document submission, revision review, and delivery back into the loan origination system (LOS). Reggora exposes a documented Lender API and Vendor API so lenders can manage 100% of their appraisal orders directly from their own LOS or proprietary tech stack. All key platform functionality is available via secure REST endpoints (JWT bearer token plus a per-integration API key), with sandbox and production environments and webhook callbacks for loan and order events. Endpoint paths in this catalog are modeled from Reggora's documented resource areas; the full reference is partner-facing at api.reggora.io/docs.
APIs
Reggora Loans API
Create and manage the loan records that appraisal orders are placed against - sync loan data from the LOS, retrieve loan detail, update loan fields, and receive a webhook when a...
Reggora Orders (Appraisals) API
Place appraisal orders against a loan, list and retrieve orders, track order status through the appraisal lifecycle, and manage order-level actions. Order-created and order-upda...
Reggora Products API
List the appraisal products (report types and associated fees) a lender has configured so an integration can present valid product options when placing an order. Endpoints model...
Reggora Submissions & Revisions API
Retrieve appraisal report submissions on an order, request and track revisions, and drive the document review workflow between lender and vendor. Endpoints modeled from Reggora'...
Reggora Documents (eVault) API
Access the eVault to list, upload, and download appraisal documents and supporting files associated with an order. Endpoints modeled from Reggora's documented eVault resource.
Reggora Vendors & Branches API
Manage the appraisal vendors (appraisers and AMCs) a lender works with and the lender's branch structure used to route and assign orders. Endpoints modeled from Reggora's docume...
Reggora Users & Authentication API
Authenticate integrations with a JWT bearer token plus a per-integration API key, and manage the lender users that act within the platform. Endpoints modeled from Reggora's docu...
Reggora Webhook Events API
Subscribe to server-to-server webhook callbacks that notify an integration when an order is created or updated and when a loan is deleted. Delivery is HTTP POST to a configured ...