{ "opencollection": "1.0.0", "info": { "name": "Mist Admins MSPs Inventory API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "MSPs Inventory", "type": "folder" }, "items": [ { "info": { "name": "getMspInventoryByMac", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/msps/:msp_id/inventory/:device_mac", "params": [ { "name": "msp_id", "value": "", "type": "path" }, { "name": "device_mac", "value": "", "type": "path" } ] }, "docs": "Get Inventory By device MAC address" } ] } ], "bundled": true }