{ "opencollection": "1.0.0", "info": { "name": "Treasury Prime Bank Accounts Cards API", "version": "1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Cards", "type": "folder" }, "items": [ { "info": { "name": "List cards", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.treasuryprime.com/card" }, "docs": "List cards" }, { "info": { "name": "Create a card", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.treasuryprime.com/card" }, "docs": "Create a card" }, { "info": { "name": "Fetch a card", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.treasuryprime.com/card/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetch a card" }, { "info": { "name": "Update a card", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sandbox.treasuryprime.com/card/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a card" } ] } ], "bundled": true }