GET
/
api
/
v2
/
clearinghouse
/
claim
/
{claimId}
import os
from samplehc import SampleHealthcare

client = SampleHealthcare(
    api_key=os.environ.get("SAMPLEHC_API_KEY"),  # This is the default and can be omitted
)
response = client.v2.clearinghouse.claim.retrieve_status(
    "claimId",
)
print(response)
"<any>"

Path Parameters

claimId
string
required

The unique identifier of the claim to retrieve

Response

200
application/json

Claim details including status and processing information