{ "opencollection": "1.0.0", "info": { "name": "frp Client Admin Clients Server API", "version": "0.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Server", "type": "folder" }, "items": [ { "info": { "name": "Get server info", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/serverinfo" }, "docs": "Returns version, listening ports, configured limits, and aggregate traffic and connection statistics for the frps process." } ] } ], "bundled": true }