{ "opencollection": "1.0.0", "info": { "name": "Regions Open Banking Account Information Transactions API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.regions.com/oauth/authorize", "accessTokenUrl": "https://auth.regions.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.regions.com/v1/accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique account identifier" }, { "name": "startDate", "value": "", "type": "query", "description": "Start date for transaction range (YYYY-MM-DD)" }, { "name": "endDate", "value": "", "type": "query", "description": "End date for transaction range (YYYY-MM-DD)" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Retrieve transaction history for a specific account." } ] } ], "bundled": true }