{ "opencollection": "1.0.0", "info": { "name": "Advance Auto Parts Catalog Cart Loyalty API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Loyalty", "type": "folder" }, "items": [ { "info": { "name": "Advance Auto Parts Get Loyalty Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.advanceautoparts.com/v1/loyalty/account" }, "docs": "Retrieve Speed Perks loyalty account details including points balance and reward status." }, { "info": { "name": "Advance Auto Parts Get Loyalty Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.advanceautoparts.com/v1/loyalty/transactions", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of transactions to return." }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset." } ] }, "docs": "Retrieve Speed Perks points transaction history for the loyalty account." } ] } ], "bundled": true }