{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Vendors API", "version": "1.0" }, "items": [ { "info": { "name": "Vendors", "type": "folder" }, "items": [ { "info": { "name": "API used by external Vendors to provide the orders status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/vendors/:vendor_id/orders/status", "params": [ { "name": "vendor_id", "value": "carltonone", "type": "path", "description": "The internal Mastercard vendor Id for order fulfilment." } ], "body": { "type": "json", "data": "{}" } }, "docs": "The Loyalty Rewards Order Management Mastercard API is used by external vendor to provide orders status" } ] } ], "bundled": true }