{ "opencollection": "1.0.0", "info": { "name": "Trabex Trade Compliance AES Filing Companies API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "Get Companies", "type": "http" }, "http": { "method": "GET", "url": "https://api.trabex.io/v1/companies" }, "docs": "Retrieves a list of companies and trading partners stored in the Trabex platform for use in shipment and compliance workflows." }, { "info": { "name": "Create Company", "type": "http" }, "http": { "method": "POST", "url": "https://api.trabex.io/v1/companies", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new company record for use as a shipper, consignee, or freight forwarder in trade compliance workflows." } ] } ], "bundled": true }