Claim submission
CMS-1500 Claim Form PDF
GET
/
export
/
{transactionId}
/
1500
/
pdf
This is a BETA endpoint. We may make backwards incompatible changes.
This endpoint retrieves the CMS-1500 Claim Form PDF that Stedi automatically generates for submitted 837 professional claims. You can also review and download the PDF from the transaction’s details page in the Stedi app.
Authorizations
Authorization
string
headerrequiredA Stedi API Key for authentication.
Path Parameters
transactionId
string
requiredA unique identifier for the processed claim within Stedi. This ID is included in the transaction processed event for the claim, which you can receive automatically through Stedi webhooks. You can also retrieve this ID through the Poll Transactions endpoint or from the transaction's details page within the Stedi app.
Response
200 - application/octet-stream
A base64 encoded string of the CMS-1500 Claim Form PDF. To render the PDF, you must decode the base64 string and save it to a file with a .pdf
extension.
Was this page helpful?