{ "opencollection": "1.0.0", "info": { "name": "Constellation Brands Partner BottleShots Items API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Items", "type": "folder" }, "items": [ { "info": { "name": "List items", "type": "http" }, "http": { "method": "GET", "url": "https://api.cbrands.com/v3/items", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "List items" }, { "info": { "name": "Get item by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.cbrands.com/v3/items/:itemId", "params": [ { "name": "itemId", "value": "", "type": "path" } ] }, "docs": "Get item by ID" }, { "info": { "name": "Get item digital assets", "type": "http" }, "http": { "method": "GET", "url": "https://api.cbrands.com/v3/items/:itemId/digitalAssets", "params": [ { "name": "itemId", "value": "", "type": "path" } ] }, "docs": "Get item digital assets" } ] } ], "bundled": true }