{ "opencollection": "1.0.0", "info": { "name": "Montran Corporate Payments Portal Account Information Alerts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "Montran List screening alerts", "type": "http" }, "http": { "method": "GET", "url": "https://api.montran.com/corporate/v1/alerts", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by alert status" }, { "name": "severity", "value": "", "type": "query", "description": "Filter by match severity" }, { "name": "screeningType", "value": "", "type": "query", "description": "Filter by screening type" }, { "name": "fromDate", "value": "", "type": "query" }, { "name": "toDate", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Retrieves a list of screening alerts generated by the filtering system. Alerts require review and resolution by compliance analysts. Supports filtering by status, severity, screening type, and date range." }, { "info": { "name": "Montran Get alert details", "type": "http" }, "http": { "method": "GET", "url": "https://api.montran.com/corporate/v1/alerts/:alertId", "params": [ { "name": "alertId", "value": "", "type": "path", "description": "Unique identifier of the alert" } ] }, "docs": "Retrieves the full details of a screening alert including the matched entity, match score, list source, and any analyst comments or resolution history." }, { "info": { "name": "Montran Resolve a screening alert", "type": "http" }, "http": { "method": "POST", "url": "https://api.montran.com/corporate/v1/alerts/:alertId/resolve", "params": [ { "name": "alertId", "value": "", "type": "path", "description": "Unique identifier of the alert" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resolves a screening alert with a disposition (cleared as false positive or confirmed as true match). Records the analyst decision, justification, and any associated actions taken." } ] } ], "bundled": true }