{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Notifications API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Get Notification Preferences", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/notifications/preferences" }, "docs": "Retrieve the customer notification preferences including enabled channels, event subscriptions, and delivery settings." }, { "info": { "name": "Update Notification Preferences", "type": "http" }, "http": { "method": "PUT", "url": "https://api.temenos.com/bnpl/v1/notifications/preferences", "body": { "type": "json", "data": "{}" } }, "docs": "Update the customer notification preferences for banking events such as transactions, balance thresholds, and security alerts." } ] } ], "bundled": true }