{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Activity API", "version": "1.0" }, "items": [ { "info": { "name": "Activity", "type": "folder" }, "items": [ { "info": { "name": "View identity lifecycle activities which have occurred in a time period.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/user-account-activity-searches", "headers": [ { "name": "X-User-Identity", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }, { "name": "X-Encrypted-Payload", "value": "true" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve decrypted user activities and present them to the user in the\nTP app. Does not require a minimum authentication standard.\n**This API is mandatory.**\n" }, { "info": { "name": "View identity claim sharing activities which have occurred in a time period.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/rp-activity-searches", "headers": [ { "name": "X-User-Identity", "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }, { "name": "X-Encrypted-Payload", "value": "true" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve decrypted RP activities and present them to the user in the TP\napp. Does not require a minimum authentication standard.\n**This API is mandatory.**\n" } ] } ], "bundled": true }