{ "opencollection": "1.0.0", "info": { "name": "Red5 Pro Brew Mixer Admin Servlet Configuration API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "accessToken", "value": "{{accessToken}}", "placement": "query" } }, "items": [ { "info": { "name": "Servlet Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get Restreamer Servlet Configuration", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:5080/restreamer/config", "params": [ { "name": "accessToken", "value": "", "type": "query", "description": "API access token for authentication" } ] }, "docs": "Returns the current server-level configuration for the Restreamer plugin servlet, including connection limits, timeouts, and default settings." } ] } ], "bundled": true }