{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Wlans API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Wlans", "type": "folder" }, "items": [ { "info": { "name": "listOrgWlans", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/wlans", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Org Wlans" }, { "info": { "name": "createOrgWlan", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/wlans", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Org Wlan" }, { "info": { "name": "getOrgWLAN", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/wlans/:wlan_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "wlan_id", "value": "", "type": "path" } ] }, "docs": "Get Org Wlan Detail" }, { "info": { "name": "updateOrgWlan", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/wlans/:wlan_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "wlan_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Org Wlan" }, { "info": { "name": "deleteOrgWlan", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/wlans/:wlan_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "wlan_id", "value": "", "type": "path" } ] }, "docs": "Delete Org WLAN" }, { "info": { "name": "uploadOrgWlanPortalImage", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/wlans/:wlan_id/portal_image", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "wlan_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Upload Org WLAN Portal Image" }, { "info": { "name": "deleteOrgWlanPortalImage", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/wlans/:wlan_id/portal_image", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "wlan_id", "value": "", "type": "path" } ] }, "docs": "Delete Org WLAN Portal Image" }, { "info": { "name": "updateOrgWlanPortalTemplate", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/wlans/:wlan_id/portal_template", "params": [ { "name": "org_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 }