Version: 1.0.0
beta-be API
Beta BE
Backend service for agentic loan application handling, built on Quarkus with MongoDB.
Overview
Endpoints for submitting loan applications, tracking their processing status, and managing organization-level configuration (industries, income-calculation rules, and more).
Authentication
Most endpoints require a Bearer JWT in the Authorization header. Use the Authorize button above and paste your token; access is further restricted per endpoint by permission.
Conventions
Successful responses are wrapped as { "message": ..., "response": ... }; errors return a JSON body with an HTTP-appropriate status code.
Authentication
- HTTP: Bearer Auth
Authentication
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |