Developers / API Docs

Presusimple API Documentation

OpenAPI / Swagger reference for budgets, expenses, categories, and authentication. Prefer the developers overview for integration guides.

Authentication

JWT Bearer Token (recommended)

  1. POST /api/mobile-login with email and password
  2. Copy the token from the response
  3. Click Authorize in Swagger UI and enter Bearer <token>

NextAuth cookie (web apps)

Sign in at /auth/login, then use the session cookie for browser-based calls.

Loading API documentation…