{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites Beacons API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites Beacons", "type": "folder" }, "items": [ { "info": { "name": "listSiteBeacons", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/beacons", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Site Beacons" }, { "info": { "name": "createSiteBeacon", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/beacons", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Site Beacon" }, { "info": { "name": "getSiteBeacon", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/beacons/:beacon_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "beacon_id", "value": "", "type": "path" } ] }, "docs": "Get Site Beacon Details" }, { "info": { "name": "updateSiteBeacon", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/sites/:site_id/beacons/:beacon_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "beacon_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Site Beacon" }, { "info": { "name": "deleteSiteBeacon", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/sites/:site_id/beacons/:beacon_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "beacon_id", "value": "", "type": "path" } ] }, "docs": "Delete Site Beacon" } ] } ], "bundled": true }