{ "opencollection": "1.0.0", "info": { "name": "Temenos Buy Now Pay Later Accounts Alert Management API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Alert Management", "type": "folder" }, "items": [ { "info": { "name": "Get Alert Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.temenos.com/bnpl/v1/alerts/:alertId", "params": [ { "name": "alertId", "value": "", "type": "path", "description": "Unique alert identifier" } ] }, "docs": "Retrieve detailed information for a specific alert including match details, investigation notes, and disposition history." }, { "info": { "name": "Update Alert Disposition", "type": "http" }, "http": { "method": "PUT", "url": "https://api.temenos.com/bnpl/v1/alerts/:alertId", "params": [ { "name": "alertId", "value": "", "type": "path", "description": "Unique alert identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the disposition of an alert including status changes, investigation notes, and closure decisions." } ] } ], "bundled": true }