{ "opencollection": "1.0.0", "info": { "name": "CleanCloud Business and Reporting Products API", "version": "1.0" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "POST", "url": "https://cleancloudapp.com/api/getProducts", "body": { "type": "json", "data": "{}" } }, "docs": "Lists active products, optionally including parent products and upcharges." }, { "info": { "name": "List price lists", "type": "http" }, "http": { "method": "POST", "url": "https://cleancloudapp.com/api/getPriceLists", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves all active price lists." }, { "info": { "name": "Get inventory", "type": "http" }, "http": { "method": "POST", "url": "https://cleancloudapp.com/api/getInventory", "body": { "type": "json", "data": "{}" } }, "docs": "Fetches current inventory stock levels." } ] } ], "bundled": true }