Skip to main content
GET
/
dr
/
v1
/
doctor
/
{doctor_id}
/
clinic
/
{clinic_id}
/
appointment
/
slot
Get Appointment Slots
curl --request GET \
  --url https://api.eka.care/dr/v1/doctor/{doctor_id}/clinic/{clinic_id}/appointment/slot \
  --header 'auth: <auth>'
{
  "data": {
    "schedule": {},
    "services": {}
  }
}

Headers

auth
string
required
Example:

"auth"

Path Parameters

doctor_id
string
required
clinic_id
string
required

Query Parameters

start_date
string
required
Example:

"{{start_date}}"

end_date
string
required
Example:

"{{end_date}}"

Response

OK

data
object