{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Form Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Form Groups", "type": "folder" }, "items": [ { "info": { "name": "List Form Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/formGroups" }, "docs": "Retrieve all form group configurations for organizing and categorizing customer journey forms." }, { "info": { "name": "Create Form Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/bnpl/v1/formGroups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new form group for organizing customer journey forms." } ] } ], "bundled": true }