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