{ "opencollection": "1.0.0", "info": { "name": "Mastercard Loyalty Insurance", "version": "1.0.0" }, "items": [ { "info": { "name": "Data", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Create a User Data Token Which Is Used in the Redirection Url That Redirects the Cardholder to the Website for Submitting a New Claim.", "type": "http" }, "http": { "method": "POST", "url": "https://api.mastercard.com/loyalty/insurance/user-data-tokens", "body": { "type": "json", "data": "{}" } }, "docs": "Create a user data token for submitting claim." } ] }, { "info": { "name": "Claim", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Retrieve the Claim Status.", "type": "http" }, "http": { "method": "POST", "url": "https://api.mastercard.com/loyalty/insurance/claim-searches", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve the status of an insurance claim for the given claim ID and postal code." } ] } ], "bundled": true }