{ "opencollection": "1.0.0", "info": { "name": "Avaloq Banking Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Avaloq List Bank Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.avaloq.com/v1/accounts", "params": [ { "name": "customerId", "value": "CUST-001234", "type": "query", "description": "Filter by customer ID" }, { "name": "status", "value": "", "type": "query", "description": "Filter by account status" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Retrieve a list of bank accounts for the authenticated customer or organization." }, { "info": { "name": "Avaloq Get Bank Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.avaloq.com/v1/accounts/:accountId", "params": [ { "name": "accountId", "value": "ACC-001234", "type": "path", "description": "Account ID" } ] }, "docs": "Retrieve details for a specific bank account by ID." } ] } ], "bundled": true }