Swagger Documentation
Swagger UI provides interactive API documentation that allows developers to explore and test API endpoints directly in the browser. Our Swagger documentation offers a comprehensive interface for understanding and interacting with all available API resources.
Features
- Interactive Documentation: Test API calls directly from your browser without additional tools
- Request Builder: Automatically builds requests based on your input parameters
- Response Visualization: See formatted responses with syntax highlighting
- Authentication Support: Test authenticated endpoints with JWT tokens
- Schema Models: Explore data models and response structures
How to Use
- Navigate to the Swagger Documentation
- Browse available endpoints organized by resource categories
- Click on any endpoint to expand its details
- Fill in required parameters for the endpoint
- Click “Execute” to send the request
- View the response, status code, and headers