{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs IDP Profiles API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs IDP Profiles", "type": "folder" }, "items": [ { "info": { "name": "listOrgIdpProfiles", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/idpprofiles", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get the list of Org IDP Profiles" }, { "info": { "name": "createOrgIdpProfile", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/idpprofiles", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Org IDP Profile" }, { "info": { "name": "getOrgIdpProfile", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/idpprofiles/:idpprofile_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "idpprofile_id", "value": "", "type": "path" } ] }, "docs": "Get Org IDP Profile" }, { "info": { "name": "updateOrgIdpProfile", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/idpprofiles/:idpprofile_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "idpprofile_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Org IDP Profile" }, { "info": { "name": "deleteOrgIdpProfile", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/idpprofiles/:idpprofile_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "idpprofile_id", "value": "", "type": "path" } ] }, "docs": "Delete Org IDP Profile" } ] } ], "bundled": true }