cURL
curl --request GET \ --url https://api.eka.care/dr/v1/doctor/{doctor_id}/clinic/{clinic_id}/appointment/slot \ --header 'auth: <auth>'
{ "data": { "schedule": {}, "services": {} } }
This API is the first step in booking appointment slot for a patient at a doctor’s clinic
"auth"
"{{start_date}}"
"{{end_date}}"
OK
Show child attributes
Was this page helpful?