- Call this endpoint with the
businessId
query parameter set to the claim’s correlation ID. The correlation ID is returned as theclaimReference.correlationId
in the synchronous response Stedi returns when you submit a professional claim. - The endpoint returns an array of PDFs for all claims with the specified
businessId
value. PDFs are returned as a base64 encoded string.
.pdf
extension.
Authorizations
A Stedi API Key for authentication.
Query Parameters
The business identifier for the claim PDF you want to retrieve. This value is returned as the claimReference.correlationId
in the synchronous response Stedi returns when you submit a professional claim.
If false, the generated PDF will only contain the form data on a white background, suitable for printing on pre-printed forms. The default is true.
Response
ExportPDF 200 response
Errors that prevented Stedi from returning one or more PDFs for the specified businessId
. This array may be empty if there were no errors.
Data for PDF files Stedi generated for the specified businessId
. This array may be empty if there are no PDFs available for the specified businessId
. It may also contain multiple PDFs if there is more than one claim with the same businessId
value.