{ "opencollection": "1.0.0", "info": { "name": "Trabex Trade Compliance AES Filing Documents API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Get Shipment Documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.trabex.io/v1/documents/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "The unique identifier of the shipment." } ] }, "docs": "Retrieves a list of generated export compliance documents for a specific shipment including commercial invoices, packing lists, certificates of origin, and shipper's letter of instruction." } ] } ], "bundled": true }