Power System Platform - Comprehensive API for managing power system components
Most endpoints require JWT authentication. First register or login to get your token, then include it in the Authorization header: Bearer <token>
All API endpoints are prefixed with /api
Main server: http://localhost:8080/api
Test server: http://localhost:8090/api
All requests and responses use JSON format. Make sure to set Content-Type: application/json for POST/PUT requests.
List endpoints support pagination with page and limit parameters. Default page size is 20, maximum is 100.