{ "opencollection": "1.0.0", "info": { "name": "Pismo Accounts Transactions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Get transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.pismo.io/transactions/v1/transactions/:transactionId", "params": [ { "name": "transactionId", "value": "", "type": "path" } ] }, "docs": "Get transaction" } ] } ], "bundled": true }