{ "opencollection": "1.0.0", "info": { "name": "Stedi Healthcare Claims Claim acknowledgments X12 API", "version": "2025-03-07" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "X12", "type": "folder" }, "items": [ { "info": { "name": "GenerateEdi", "type": "http" }, "http": { "method": "POST", "url": "https://claims.us.stedi.com/2025-03-07/x12/partnerships/:partnershipId/generate-edi", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "partnershipId", "value": "", "type": "path", "description": "A unique ID for this partnership within Stedi. You can find this ID on the [Trading partners](https://www.stedi.com/app/core/partnerships) page under **Partnership identifier**." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint generates and delivers fully-formed EDI files to your trading partners." } ] } ], "bundled": true }