{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening CLS Activations API", "version": "1.0" }, "items": [ { "info": { "name": "CLS Activations", "type": "folder" }, "items": [ { "info": { "name": "Creates a new CLS offer activation of an account.\n", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/cls/accounts/activations", "body": { "type": "json", "data": "{}" } }, "docs": "Provides the ability for CLS clients to add a new CLS offer activation, in real-time, as Customers pick and link their cards to specific Offers." }, { "info": { "name": "Returns a list of all CLS offer activations of an account or filter based on search criteria in the request.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/cls/accounts/:account_id/activations", "params": [ { "name": "account_id", "value": "5330333671236516", "type": "path", "description": "The unique identifier for the given account." }, { "name": "activation_id", "value": "9cc35fae-f3cd-11ec-b939-0242ac120002", "type": "query", "description": "Unique id for the activation." }, { "name": "activation_status", "value": "ACTIVE", "type": "query", "description": "Status of the activation." } ] }, "docs": "Returns a list of all CLS activations of an account or filter based on search criteria in the request. This end point will only accept RANAC as a path parameter." }, { "info": { "name": "Updates an existing CLS offer activation of an account.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/cls/accounts/:account_id/activations/:activation_id", "params": [ { "name": "account_id", "value": "5330333671236516", "type": "path", "description": "The unique identifier for the given account." }, { "name": "activation_id", "value": "61866318-5197-457e-bca7-166c5ff4df20", "type": "path", "description": "The unique identifier for the given account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Provides the ability for the rewards system Value Network (VN) clients to update an existing CLS offer activation as Customers pick and link their card to specific Offers." } ] } ], "bundled": true }