{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts System API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Get System Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/system/status" }, "docs": "Retrieve the current system status including operational state, version information, and system health indicators." } ] } ], "bundled": true }