curl --request GET \
--url https://api.decodahealth.com/user/patient/uploads/{upload_id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"data": [
{
"firstNameValue": "",
"firstName": "",
"lastName": "",
"email": "",
"phoneNumber": "",
"dateOfBirth": "",
"externalId": "",
"externalChargeId": "",
"externalChargeCreatedDate": "",
"address": "",
"addressLineTwo": "",
"city": "",
"state": "",
"zipCode": "",
"balanceDescription": "",
"outstandingBalance": ""
}
],
"total": 123
}curl --request GET \
--url https://api.decodahealth.com/user/patient/uploads/{upload_id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"data": [
{
"firstNameValue": "",
"firstName": "",
"lastName": "",
"email": "",
"phoneNumber": "",
"dateOfBirth": "",
"externalId": "",
"externalChargeId": "",
"externalChargeCreatedDate": "",
"address": "",
"addressLineTwo": "",
"city": "",
"state": "",
"zipCode": "",
"balanceDescription": "",
"outstandingBalance": ""
}
],
"total": 123
}The tenant you are making this request on behalf of
Your api key
asc, desc Successful Response
Show child attributes