{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Integration Juniper API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Integration Juniper", "type": "folder" }, "items": [ { "info": { "name": "linkOrgToJuniperJuniperAccount", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/setting/juniper/link_accounts", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Link Juniper Accounts" }, { "info": { "name": "unlinkOrgFromJuniperCustomerId", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/setting/juniper/unlink_account", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unlink Juniper Customer ID\n`linked_by` field is only required if there are duplicate account_names." } ] } ], "bundled": true }