{ "opencollection": "1.0.0", "info": { "name": "Constellation Brands Partner BottleShots Recipes API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Recipes", "type": "folder" }, "items": [ { "info": { "name": "List recipes", "type": "http" }, "http": { "method": "GET", "url": "https://api.cbrands.com/api/1.0/recipes", "params": [ { "name": "modifiedSince", "value": "", "type": "query" } ] }, "docs": "List recipes" } ] } ], "bundled": true }