{ "opencollection": "1.0.0", "info": { "name": "Mist Admins MSPs API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "MSPs", "type": "folder" }, "items": [ { "info": { "name": "createMsp", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/msps", "body": { "type": "json", "data": "{}" } }, "docs": "Create MSP account" }, { "info": { "name": "getMspDetails", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/msps/:msp_id", "params": [ { "name": "msp_id", "value": "", "type": "path" } ] }, "docs": "Get MSP Detail" }, { "info": { "name": "updateMsp", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/msps/:msp_id", "params": [ { "name": "msp_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update MSP" }, { "info": { "name": "deleteMsp", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/msps/:msp_id", "params": [ { "name": "msp_id", "value": "", "type": "path" } ] }, "docs": "Deleting MSP removes the MSP and OrgGroup under the MSP as well as all privileges associated with them. It does not remove any Org or Admins" }, { "info": { "name": "searchMspOrgGroup", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/msps/:msp_id/search", "params": [ { "name": "msp_id", "value": "", "type": "path" }, { "name": "type", "value": "orgs", "type": "query", "description": "Orgs" }, { "name": "q", "value": "", "type": "query", "description": "Search string" }, { "name": "limit", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query", "description": "Start time (epoch timestamp in seconds, or relative string like \"-1d\", \"-1w\")" }, { "name": "end", "value": "", "type": "query", "description": "End time (epoch timestamp in seconds, or relative string like \"-1d\", \"-2h\", \"now\")" }, { "name": "duration", "value": "", "type": "query", "description": "Duration like 7d, 2w" }, { "name": "sort", "value": "", "type": "query", "description": "On which field the list should be sorted, -prefix represents DESC order" } ] }, "docs": "Search in MSP Orgs" } ] } ], "bundled": true }