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

client = SampleHealthcare(
    api_key="My API Key",
)
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