{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Benchmarks API", "version": "1.0" }, "items": [ { "info": { "name": "Benchmarks", "type": "folder" }, "items": [ { "info": { "name": "Get benchmarks for a specific country, monthly or yearly", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/benchmarks", "params": [ { "name": "period", "value": "month / year", "type": "query", "description": "period in which user wants to see benchmark for specific country" }, { "name": "country", "value": "US", "type": "query", "description": "for specific country user wants to see benchmark" } ] }, "docs": "Returns a benchmark for a specific country for the year 2020, monthly or yearly" } ] } ], "bundled": true }