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
Version v0.1.0
Content type application/json
Auth Session cookies + CSRF

Authentication

Sign-in, sessions, two-factor, and OAuth.

  • POST /auth/login
  • POST /auth/google
  • GET /auth/session
  • POST /auth/logout

Lending

Peer-to-peer loans, repayments, and balances.

  • GET /transactions
  • POST /transactions
  • GET /overview
  • GET /history

Contacts & users

Profiles, lookups, and party summaries.

  • GET /contacts
  • GET /contacts/:id
  • GET /users
  • PATCH /users/me

Platform

Currency, media uploads, and security helpers.

  • GET /currency
  • POST /media
  • GET /csrf