{ "opencollection": "1.0.0", "info": { "name": "Citizens Bank Accounts Transactions API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.citizensbank.com/oauth/authorize", "accessTokenUrl": "https://api.citizensbank.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Get account transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.citizensbank.com/accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The unique account identifier" }, { "name": "fromDate", "value": "", "type": "query", "description": "Start date for transaction search" }, { "name": "toDate", "value": "", "type": "query", "description": "End date for transaction search" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of transactions to return" }, { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination" } ] }, "docs": "Retrieves transaction history for a specific deposit account with optional date filtering and pagination." } ] } ], "bundled": true }