Lokta Lending Platform API
The staff lending console's core, as a curated REST reference — … endpoints across … sections, grouped by what they do. Every request authenticates with HTTP Basic and names its tenant; every write follows the platform's date and command conventions.
Start here
/openapi.json.
Your first call
Every path in the reference hangs off the API base URL. This instance:
…
HTTP Basic credentials of an application user, plus the Tenant-Identifier header on every request.
…
From here, the Reference has the other endpoints — and the Conventions page explains the date format you will meet on your first write.
Generated from the running build's OpenAPI document by api-docs/scripts/enrich.mjs —
the curation (hidden sections, renames, grouping) is baked into openapi.curated.json,
not filtered in the browser.