{ "opencollection": "1.0.0", "info": { "name": "EDI 214 Transportation Carrier Shipment Status EDI Processing Transactions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List EDI 214 transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.stedi.com/2024-01-01/transactions", "params": [ { "name": "direction", "value": "", "type": "query", "description": "Filter by transaction direction" }, { "name": "processedAfter", "value": "", "type": "query", "description": "Filter transactions processed after this timestamp" }, { "name": "status", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns a list of EDI 214 transactions processed through the gateway." }, { "info": { "name": "Get EDI 214 transaction details", "type": "http" }, "http": { "method": "GET", "url": "https://api.stedi.com/2024-01-01/transactions/:transactionId", "params": [ { "name": "transactionId", "value": "", "type": "path" } ] }, "docs": "Returns the full parsed content of a specific EDI 214 transaction." } ] } ], "bundled": true }