{ "opencollection": "1.0.0", "info": { "name": "Worldline Card Issuing Account - AccountState Message - Subscription API", "version": "2.41.1" }, "items": [ { "info": { "name": "Message - Subscription", "type": "folder" }, "items": [ { "info": { "name": "Create a new WL Message subscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/issuers/:issuerId/subscriptions", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "issuerId", "value": "", "type": "path", "description": "Id of the issuing bank" } ] }, "docs": "Create a new WL Message subscription" }, { "info": { "name": "Search for subscriptions (with non-pci search terms)", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/issuers/:issuerId/subscriptions/search", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "cardContractReference", "value": "", "type": "query", "description": "Card Contract Reference" }, { "name": "issuerId", "value": "", "type": "path", "description": "Id of the issuing bank" } ] }, "docs": "Search for subscriptions (with non-pci search terms)" }, { "info": { "name": "Retrieve subscription by reference", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/issuers/:issuerId/subscriptions/:subscriptionReference", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "issuerId", "value": "", "type": "path", "description": "Id of the issuing bank" }, { "name": "subscriptionReference", "value": "", "type": "path", "description": "Reference of the subscription" } ] }, "docs": "Retrieve subscription by reference" }, { "info": { "name": "Modify subscription by reference", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/issuers/:issuerId/subscriptions/:subscriptionReference", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "issuerId", "value": "", "type": "path", "description": "Id of the issuing bank" }, { "name": "subscriptionReference", "value": "", "type": "path", "description": "Reference of the subscription" } ] }, "docs": "Modify subscription by reference" }, { "info": { "name": "Delete subscription by reference", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/issuers/:issuerId/subscriptions/:subscriptionReference", "headers": [ { "name": "WL-Correlation-ID", "value": "" } ], "params": [ { "name": "issuerId", "value": "", "type": "path", "description": "Id of the issuing bank" }, { "name": "subscriptionReference", "value": "", "type": "path", "description": "Reference of the subscription" } ] }, "docs": "Delete subscription by reference" } ] } ], "bundled": true }