{ "opencollection": "1.0.0", "info": { "name": "Aqueduct API Reference AccountOwner Products API", "version": "1.0.0" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Create a new product", "type": "http" }, "http": { "method": "POST", "url": "https://api.tryaqueduct.com/v1/products", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new product" }, { "info": { "name": "Retrieve a product", "type": "http" }, "http": { "method": "GET", "url": "https://api.tryaqueduct.com/v1/products/:productId", "params": [ { "name": "productId", "value": "prod_01FSSVRVGQ7GGB13815DE3F518", "type": "path", "description": "The id of the Product to retrieve" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a product" } ] } ], "bundled": true }