{ "opencollection": "1.0.0", "info": { "name": "Thanx Consumer Account Points API", "version": "v4.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Points", "type": "folder" }, "items": [ { "info": { "name": "Get Points Balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.thanx.com/points_experiences/:id/balance", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieves the user's current points currency balance for a points experience." } ] } ], "bundled": true }