{ "opencollection": "1.0.0", "info": { "name": "Bud API Services: Documentation Aggregation Buckets Product Finder API", "version": "2.10.10" }, "items": [ { "info": { "name": "Product Finder", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Financial Products V2", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.thisisbud.com/insights/v2/products", "headers": [ { "name": "X-Client-Id", "value": "8711bbef-b357-4c2d-97ca-0d9df4206e9a" }, { "name": "X-Customer-Id", "value": "c3339af9-2426-44d4-9c4d-ddb8fd281e23" }, { "name": "X-Customer-Idempotent-Identifier", "value": "" }, { "name": "X-Customer-Secret", "value": "" } ], "params": [ { "name": "from", "value": "2019-02-29", "type": "query", "description": "Filter from this date (format: `YYYY-MM-DD`)." }, { "name": "to", "value": "2019-02-29", "type": "query", "description": "Filter to this date (format: `YYYY-MM-DD`)." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Financial Products returns the finance oriented products and services that a customer uses. \nThis endpoint generates data using a customer's transaction history.\n\nFinancial Products detects the following types of products and services: \n- Loans\n- Buy Now, Pay Later (BNPL)\n- Mortgages\n- Insurance products\n- Credit Cards\n- Private Pensions\n- Savings and Investments\n\n*Notes:*\n- If from and to parameters are not set, this endpoint will default to using transactions from the last six months.\n\n> 🚧 Li" } ] } ], "bundled": true }