GET
/
dr
/
v1
/
doctor
/
service
/
{doctor_id}
Get Doctor services
curl --request GET \
  --url https://api.eka.care/dr/v1/doctor/service/{doctor_id} \
  --header 'auth: <auth>'
{
  "data": {
    "services": {
      "appointment_type": "REGULAR",
      "archive": false,
      "book_ahead_days": 111,
      "created_at": 1752230657,
      "currency": "INR",
      "duration": 15,
      "mode": [
        "in-clinic"
      ],
      "pre_pay": false,
      "price": 459,
      "service_name": "Tele Consulation",
      "conf_id": "25e4acd4eb5fbc0b8523d8de315555a9ee7b5700b0b89a07879daff1be1510e6"
    }
  }
}

Headers

auth
string
required
Example:

"auth"

Path Parameters

doctor_id
string
required

Response

200 - application/json

OK

The response is of type object.