{ "opencollection": "1.0.0", "info": { "name": "CDR Banking Banking Account Balances Products API", "version": "1.36.0" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get Products", "type": "http" }, "http": { "method": "GET", "url": "https://mtls.dh.example.com/cds-au/v1/banking/products", "headers": [ { "name": "x-v", "value": "" }, { "name": "x-min-v", "value": "" } ], "params": [ { "name": "effective", "value": "", "type": "query", "description": "Allows for the filtering of products based on whether the current time is within the period of time defined as effective by the effectiveFrom and effectiveTo fields." }, { "name": "updated-since", "value": "", "type": "query", "description": "Only include products that have been updated after the specified date and time. If absent defaults to include all products" }, { "name": "brand", "value": "", "type": "query", "description": "Filter results based on a specific brand" }, { "name": "product-category", "value": "", "type": "query", "description": "Used to filter results on the productCategory field applicable to accounts. Any one of the valid values for this field can be supplied. If absent then all accounts returned." }, { "name": "page", "value": "", "type": "query", "description": "Page of results to request (standard pagination)" }, { "name": "page-size", "value": "", "type": "query", "description": "Page size to request. Default is 25 (standard pagination)" } ] }, "docs": "Obtain a list of products from the company that are currently openly offered to the market" }, { "info": { "name": "Get Product Detail", "type": "http" }, "http": { "method": "GET", "url": "https://mtls.dh.example.com/cds-au/v1/banking/products/:productId", "headers": [ { "name": "x-v", "value": "" }, { "name": "x-min-v", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "ID of the specific product requested (found using GET /banking/products)" } ] }, "docs": "Obtain detailed information on a single product offered openly to the market." } ] } ], "bundled": true }