{ "opencollection": "1.0.0", "info": { "name": "Starbucks Loyalty API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Loyalty", "type": "folder" }, "items": [ { "info": { "name": "Get Loyalty Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.starbucks.com/v1/loyalty/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The unique identifier of the loyalty account" } ] }, "docs": "Returns Starbucks Rewards loyalty account details including star balance, membership tier, and account status." }, { "info": { "name": "List Loyalty Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.starbucks.com/v1/loyalty/accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The unique identifier of the loyalty account" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of transactions to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Returns the star earning and redemption transaction history for a Starbucks Rewards account." } ] } ], "bundled": true }