{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Settings API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "List System Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/settings/configurations" }, "docs": "Retrieve system-wide and user-specific configuration settings for the Temenos Transact platform." } ] } ], "bundled": true }