{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs API Tokens API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs API Tokens", "type": "folder" }, "items": [ { "info": { "name": "listOrgApiTokens", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/apitokens", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "Get List of Org API Tokens" }, { "info": { "name": "createOrgApiToken", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/apitokens", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Org API Token\nNote that the token key is only available during creation time." }, { "info": { "name": "getOrgApiToken", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/apitokens/:apitoken_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "apitoken_id", "value": "", "type": "path" } ] }, "docs": "Get Org API Token" }, { "info": { "name": "updateOrgApiToken", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/apitokens/:apitoken_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "apitoken_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Org API Token" }, { "info": { "name": "deleteOrgApiToken", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/apitokens/:apitoken_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "apitoken_id", "value": "", "type": "path" } ] }, "docs": "Delete Org API Token" } ] } ], "bundled": true }