{ "opencollection": "1.0.0", "info": { "name": "Starbucks Loyalty Orders API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Create Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.starbucks.com/v1/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Starbucks order for mobile ordering or partner-initiated ordering. Supports customized beverages, food items, and merchandise." }, { "info": { "name": "Get Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.starbucks.com/v1/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The unique identifier of the order" } ] }, "docs": "Returns the current status and details of a specific order." } ] } ], "bundled": true }