{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Service Definitions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Service Definitions", "type": "folder" }, "items": [ { "info": { "name": "List Service Definitions", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/services" }, "docs": "Retrieve service definitions for journey integration services with their parameters and configurations." }, { "info": { "name": "Create Service Definition", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/bnpl/v1/services", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new service definition for integration within customer journey workflows." } ] } ], "bundled": true }