{ "opencollection": "1.0.0", "info": { "name": "Mercury Accounts Transactions API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List transactions for an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.mercury.com/api/v1/accounts/:id/transactions", "params": [ { "name": "id", "value": "", "type": "path", "description": "Mercury account ID." }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] }, "docs": "List transactions for an account" }, { "info": { "name": "Get a single transaction for an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.mercury.com/api/v1/accounts/:id/transactions/:transactionId", "params": [ { "name": "id", "value": "", "type": "path", "description": "Mercury account ID." }, { "name": "transactionId", "value": "", "type": "path" } ] }, "docs": "Get a single transaction for an account" }, { "info": { "name": "Update note or category on a transaction", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.mercury.com/api/v1/accounts/:id/transactions/:transactionId", "params": [ { "name": "id", "value": "", "type": "path", "description": "Mercury account ID." }, { "name": "transactionId", "value": "", "type": "path" } ] }, "docs": "Update note or category on a transaction" } ] } ], "bundled": true }