{ "opencollection": "1.0.0", "info": { "name": "MTN Product API", "version": "0.0.2" }, "items": [ { "info": { "name": "products", "type": "folder" }, "items": [ { "info": { "name": "View product catalogue.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/products/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "ID of the customer. It could be MSISDN, email address, or any other customer identifier" } ] }, "docs": "Retrieves the catalogue of Products available for purchase." } ] } ], "bundled": true }