{ "opencollection": "1.0.0", "info": { "name": "Trabex Trade Compliance AES Filing Screening API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Screening", "type": "folder" }, "items": [ { "info": { "name": "Screen Party", "type": "http" }, "http": { "method": "POST", "url": "https://api.trabex.io/v1/screening/check", "body": { "type": "json", "data": "{}" } }, "docs": "Performs a real-time restricted party screening check against denied party lists, specially designated nationals (SDN), debarred lists, and embargoed country databases. Returns match results with risk scores and match details." }, { "info": { "name": "Batch Screen Parties", "type": "http" }, "http": { "method": "POST", "url": "https://api.trabex.io/v1/screening/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Performs restricted party screening for multiple parties in a single request. Ideal for bulk screening of customer lists, vendor databases, or order queues requiring simultaneous compliance checks." } ] } ], "bundled": true }