{ "opencollection": "1.0.0", "info": { "name": "Druva REST Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List accounts within an organization", "type": "http" }, "http": { "method": "GET", "url": "https://apis.druva.com/organizations/:organization_id/accounts", "params": [ { "name": "organization_id", "value": "", "type": "path" } ] }, "docs": "List accounts within an organization" }, { "info": { "name": "Create an account", "type": "http" }, "http": { "method": "POST", "url": "https://apis.druva.com/organizations/:organization_id/accounts", "params": [ { "name": "organization_id", "value": "", "type": "path" } ] }, "docs": "Create an account" }, { "info": { "name": "Get an account", "type": "http" }, "http": { "method": "GET", "url": "https://apis.druva.com/organizations/:organization_id/accounts/:account_id", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get an account" }, { "info": { "name": "Update an account", "type": "http" }, "http": { "method": "PUT", "url": "https://apis.druva.com/organizations/:organization_id/accounts/:account_id", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Update an account" }, { "info": { "name": "Delete an account", "type": "http" }, "http": { "method": "DELETE", "url": "https://apis.druva.com/organizations/:organization_id/accounts/:account_id", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Delete an account" } ] } ], "bundled": true }