cURL
curl --request GET \ --url https://api.decodahealth.com/appointment-dashboard/patient-pending-intake \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "data": [ { "id": "<string>", "patientId": "<string>", "patientFirstName": "<string>", "appointmentStart": "<string>", "provider": "<string>", "appointmentType": "<string>", "patientLastName": "<string>", "phoneNumber": "<string>", "email": "<string>" } ], "total": 123 }
Get patients with pending intake forms
The tenant you are making this request on behalf of
Your api key
Successful Response
Show child attributes