{ "opencollection": "1.0.0", "info": { "name": "Mist Admins MSPs SSO Roles API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "MSPs SSO Roles", "type": "folder" }, "items": [ { "info": { "name": "listMspSsoRoles", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/msps/:msp_id/ssoroles", "params": [ { "name": "msp_id", "value": "", "type": "path" } ] }, "docs": "Get List of MSP SSO Roles" }, { "info": { "name": "createMspSsoRole", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/msps/:msp_id/ssoroles", "params": [ { "name": "msp_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create MSP Role" }, { "info": { "name": "updateMspSsoRole", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/msps/:msp_id/ssoroles/:ssorole_id", "params": [ { "name": "msp_id", "value": "", "type": "path" }, { "name": "ssorole_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update SSO Role" }, { "info": { "name": "deleteMspSsoRole", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/msps/:msp_id/ssoroles/:ssorole_id", "params": [ { "name": "msp_id", "value": "", "type": "path" }, { "name": "ssorole_id", "value": "", "type": "path" } ] }, "docs": "Delete MSP SSO Roles" } ] } ], "bundled": true }