Lenbow API
REST backend for peer-to-peer lending, authentication, contacts, and platform administration. Authenticated clients should call the JSON endpoints below — this page is a human-friendly entry point.
Online
Production
Authentication
Sign-in, sessions, two-factor, and OAuth.
POST /auth/loginPOST /auth/googleGET /auth/sessionPOST /auth/logout
Lending
Peer-to-peer loans, repayments, and balances.
GET /transactionsPOST /transactionsGET /overviewGET /history
Contacts & users
Profiles, lookups, and party summaries.
GET /contactsGET /contacts/:idGET /usersPATCH /users/me
Platform
Currency, media uploads, and security helpers.
GET /currencyPOST /mediaGET /csrf