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)
- POST
/api/mobile-loginwith email and password - Copy the token from the response
- 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…