GET
/
dr
/
v1
/
doctor
/
{doctor_id}
curl --request GET \
  --url https://api.eka.care/dr/v1/doctor/{doctor_id} \
  --header 'auth: <auth>'
{
  "id": "1234567890",
  "profile": {
    "personal": {
      "first_name": "Rahul",
      "middle_name": "",
      "last_name": "Kumar",
      "dob": "1970-01-01",
      "gender": "M",
      "pic": "https://a.eka.care/doctor-avatar/170062845263102"
    },
    "professional": {
      "active": true,
      "about": "Dr. Rahul Kumar is a Cardiologist with 43 years of experience.",
      "language": [
        {
          "code": "en",
          "language": "English"
        }
      ],
      "degree": [
        {
          "name": "MBBS,MD",
          "branch_name": "",
          "college_name": "",
          "start_year": "",
          "end_year": ""
        }
      ],
      "major_speciality": {
        "name": "Cardiologist",
        "code": "CA"
      },
      "speciality": [
        {
          "name": "General Physician"
        },
        {
          "name": "Diabetologist"
        },
        {
          "name": "Allergy Specialist"
        }
      ],
      "clinics": [
        {
          "id": "1234567899876",
          "name": "Vagus Hospital & Health Services",
          "contacts": [
            {
              "name": "Phone",
              "number": "+91999999999"
            }
          ],
          "address": {
            "line1": "H No -122/a,, Pocket 2 back side of Yamaha 2 wheeler showroom., Pocket 2, Gate No :-2, nearest to Homeopathy clinic.",
            "city": "Delhi",
            "country": "India",
            "state": "Delhi",
            "pin": "110085"
          }
        }
      ],
      "default_clinic": "1234567899876"
    }
  }
}

Headers

auth
string
required

Path Parameters

doctor_id
string
required

Response

200
application/json
OK
id
string
required
profile
object
required