v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB
Doctor and clinic API

Get Doctor services

This API response returns a list of medical services offered by a specific doctor, including details like service name, duration, booking options, and fees. Each service specifies whether it supports pre-pay or post-pay, along with the delivery mode (e.g., in-clinic or teleconsultation). The data helps configure or display available appointment types for patient booking.

Response Parameters

ParameterTypeDescription
dataobjectResponse data object
data.servicesarrayList of services offered
data.services[].appointment_typestringType of appointment (e.g., REGULAR, FOLLOW_UP)
data.services[].archivebooleanService active or archived on doc tool
data.services[].book_ahead_daysintegerService bookability from today
data.services[].created_atintegerEpoch time
data.services[].currencystringCurrency of Price
data.services[].durationintegerDuration of service booked in minutes
data.services[].modearrayMode of consultation
data.services[].pre_paybooleanPayment to be taken at the time of booking an appointment or not
data.services[].pricenumberPrice of Service
data.services[].service_namestringService Name
data.services[].conf_idstringConfiguration ID for the service
get/dr/v1/doctor/service/{doctor_id}

Path parameters

doctor_idstring required

Headers

authstring required
Example:auth

Response

OK