{ "opencollection": "1.0.0", "info": { "name": "Stedi Healthcare Claims Claim acknowledgments Remittances API", "version": "2025-03-07" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Remittances", "type": "folder" }, "items": [ { "info": { "name": "ConvertReport835", "type": "http" }, "http": { "method": "GET", "url": "https://claims.us.stedi.com/2025-03-07/change/medicalnetwork/reports/v2/:transactionId/835", "params": [ { "name": "transactionId", "value": "", "type": "path", "description": "A unique identifier for the processed 835 transaction within Stedi. This ID is included in the transaction processed event, which you can receive automatically through Stedi [webhooks](https://www.stedi.com/docs/healthcare/configure-webhooks). You can also retrieve it through the [Poll Transactions endpoint](https://www.stedi.com/docs/healthcare/api-reference/get-poll-transactions) or from the transaction's details page within the Stedi portal." } ] }, "docs": "Retrieve an 835 Electronic Remittance Advice (ERA) in JSON format" }, { "info": { "name": "GetElectronicRemittanceAdvicePdf", "type": "http" }, "http": { "method": "GET", "url": "https://claims.us.stedi.com/2025-03-07/electronic-remittance-advice/:transactionId/pdf", "params": [ { "name": "transactionId", "value": "", "type": "path", "description": "A unique identifier for the Electronic Remittance Advice (ERA) within Stedi. This ID is included in the transaction processed event for the ERA, which you can receive automatically through Stedi [webhooks](https://www.stedi.com/docs/healthcare/configure-webhooks). You can also retrieve this ID through the [Poll Transactions endpoint](https://www.stedi.com/docs/healthcare/api-reference/get-poll-transactions) or from the transaction's details page within Stedi." }, { "name": "logo", "value": "", "type": "query", "description": "If false, the generated PDF will not include the Stedi logo in the footer. The default is true." } ] }, "docs": "Retrieve the generated PDF of an 835 Electronic Remittance Advice (ERA)." } ] } ], "bundled": true }