{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Claim API", "version": "1.0" }, "items": [ { "info": { "name": "Claim", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Retrieve the Claim Status.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/claim-searches", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve the status of an insurance claim for the given claim ID and postal code." }, { "info": { "name": "To send user interaction data to MIDs so MIDs and RPs have insight into the usage of the Claim Share API.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/claim-share-insights/:arid", "params": [ { "name": "arid", "value": "df52649e-4096-456a-bca0-751ee470009f", "type": "path", "description": "UUID represents the ARID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "To give insights on user interaction with the Claim Share API to MIDs and RPs." } ] } ], "bundled": true }