{ "opencollection": "1.0.0", "info": { "name": "Thanx Consumer Account Cards API", "version": "v4.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cards", "type": "folder" }, "items": [ { "info": { "name": "Get Cards", "type": "http" }, "http": { "method": "GET", "url": "https://api.thanx.com/cards" }, "docs": "Retrieves the registered cards for the authenticated user." }, { "info": { "name": "Create Card", "type": "http" }, "http": { "method": "POST", "url": "https://api.thanx.com/cards", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new payment card with Thanx for card-linked loyalty." }, { "info": { "name": "Delete Card", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.thanx.com/cards/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Archives a registered card." } ] } ], "bundled": true }