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