{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Promotions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Promotions", "type": "folder" }, "items": [ { "info": { "name": "Create Promotion Arrangement", "type": "http" }, "http": { "method": "POST", "url": "https://api.temenos.com/bnpl/v1/promotions", "body": { "type": "json", "data": "{}" } }, "docs": "Establish a promotional arrangement for a party with promotional codes enabling special pricing benefits." } ] } ], "bundled": true }