Swagger
At LightningUserVault, we believe in clarity and ease of use. To ensure our API is transparent and accessible, we've integrated Swagger, a tool for API documentation.
🌐 Accessing Swagger
Once the application is up and running, you can explore our API documentation by visiting
Just replace <SERVER_PORT>
with the port your server is operating on, typically 8080
by default.
🛠️ Benefits
Interactive UI: Test and understand API endpoints directly from your browser.
Detailed Overview: View request methods, parameters, and response models for each endpoint.
Real-time Testing: Use the "Try it out" feature to execute requests instantly.
Last updated