{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites Wlans API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites Wlans", "type": "folder" }, "items": [ { "info": { "name": "listSiteWlans", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/wlans", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Site WLANs" }, { "info": { "name": "createSiteWlan", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/wlans", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Site WLAN" }, { "info": { "name": "listSiteWlansDerived", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/wlans/derived", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "resolve", "value": "", "type": "query", "description": "Whether to resolve SITE_VARS" }, { "name": "wlan_id", "value": "", "type": "query", "description": "Filter by WLAN ID" } ] }, "docs": "Get the list of derived Wlans for a Site" }, { "info": { "name": "getSiteWlan", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/wlans/:wlan_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wlan_id", "value": "", "type": "path" } ] }, "docs": "Get Site WLAN" }, { "info": { "name": "updateSiteWlan", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/sites/:site_id/wlans/:wlan_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wlan_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Site WLAN" }, { "info": { "name": "deleteSiteWlan", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/sites/:site_id/wlans/:wlan_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wlan_id", "value": "", "type": "path" } ] }, "docs": "Delete Site WLAN" }, { "info": { "name": "uploadSiteWlanPortalImage", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/wlans/:wlan_id/portal_image", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wlan_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "WLAN Portal Image Upload" }, { "info": { "name": "deleteSiteWlanPortalImage", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/sites/:site_id/wlans/:wlan_id/portal_image", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wlan_id", "value": "", "type": "path" } ] }, "docs": "Delete Site WLAN Portal Image" }, { "info": { "name": "updateSiteWlanPortalTemplate", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/sites/:site_id/wlans/:wlan_id/portal_template", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wlan_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Portal Template\n\n#### Sponsor Email Template\nSponsor Email Template supports following template variables:\n\n| **Name** | **Description** |\n| --- | --- |\n| approve_url | Renders URL to approve the request; optionally &minutes=N query param can be appended to change the Authorization period of the guest, where N is a valid integer denoting number of minutes a guest remains authorized |\n| deny_url | Renders URL to reject the request |\n| guest_email | Renders Email ID of the guest |\n| guest" } ] } ], "bundled": true }