{ "opencollection": "1.0.0", "info": { "name": "Aqueduct API Reference AccountOwner PriceModel API", "version": "1.0.0" }, "items": [ { "info": { "name": "PriceModel", "type": "folder" }, "items": [ { "info": { "name": "List all price models", "type": "http" }, "http": { "method": "GET", "url": "https://api.tryaqueduct.com/v1/pricemodels", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all price models" }, { "info": { "name": "Create a new price model", "type": "http" }, "http": { "method": "POST", "url": "https://api.tryaqueduct.com/v1/pricemodels", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new price model" }, { "info": { "name": "Retrieve a PriceModel", "type": "http" }, "http": { "method": "GET", "url": "https://api.tryaqueduct.com/v1/pricemodels/:pricemodelId", "params": [ { "name": "pricemodelId", "value": "prmod_01FSSVRVGQ7GGB13815DE3F518", "type": "path", "description": "The id of the PriceModel to retrieve" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a PriceModel" }, { "info": { "name": "Preview the output of a PriceModel", "type": "http" }, "http": { "method": "POST", "url": "https://api.tryaqueduct.com/v1/pricemodels/:pricemodelId/preview", "params": [ { "name": "pricemodelId", "value": "prmod_01FSSVRVGQ7GGB13815DE3F518", "type": "path", "description": "The id of the PriceModel to preview" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Preview the output of a PriceModel" } ] } ], "bundled": true }