Reggora API Reference
Reggora’s REST APIs let you manage appraisal orders, vendors, payments, and submissions across the appraisal lifecycle. Two APIs are exposed:
- Lender API — for lenders managing orders, products, users, and consumer-facing payment flows.
- Vendor API — for appraisal vendors managing clients, order acceptance, submissions, and payment reconciliation.
Base URLs differ per environment:
| Environment | Lender | Vendor |
|---|---|---|
| Sandbox | https://sandbox.reggora.io/lender/ | https://sandbox.reggora.io/vendor/ |
| Production | https://api.reggora.io/lender/ | https://api.reggora.io/vendor/ |
Requests authenticate with a JWT bearer token plus a per-integration API key header. See each API’s Authentication page for the exchange flow.
Error codes are documented in the Errors reference.