{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Customers API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Get Customer Profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique customer identifier" } ] }, "docs": "Retrieve customer profile information including personal details, contact information, preferences, and linked accounts across the digital banking platform." }, { "info": { "name": "Update Customer Profile", "type": "http" }, "http": { "method": "PUT", "url": "https://api.temenos.com/bnpl/v1/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique customer identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update customer profile information including contact details, communication preferences, and notification settings." } ] } ], "bundled": true }