{ "opencollection": "1.0.0", "info": { "name": "UniFi Site Manager Devices Hosts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Hosts", "type": "folder" }, "items": [ { "info": { "name": "List Hosts", "type": "http" }, "http": { "method": "GET", "url": "https://api.ui.com/v1/hosts", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of all hosts (UniFi OS consoles) associated with the UI account." }, { "info": { "name": "Get Host by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.ui.com/v1/hosts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve detailed information about a specific host by ID." } ] } ], "bundled": true }