{ "opencollection": "1.0.0", "info": { "name": "Pi-hole REST Auth Info API", "version": "6.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-FTL-SID", "value": "{{X-FTL-SID}}", "placement": "header" } }, "items": [ { "info": { "name": "Info", "type": "folder" }, "items": [ { "info": { "name": "Get Pi-hole version information", "type": "http" }, "http": { "method": "GET", "url": "http://{piHoleHost}/api/info/version" }, "docs": "Get Pi-hole version information" } ] } ], "bundled": true }