Swagger Ui
GET/api/v1/public/docs/ui
Interactive Swagger UI for exploring and testing the API
Note: In production, this would serve an HTML page with Swagger UI. For now, returning a redirect to the docs endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error