cURL
curl --request GET \ --url https://api.eka.care/abdm/uhi/v1/physical-consultation/search/doctors/slots \ --header 'Authorization: Bearer <token>'
{ "doctor": { "education": "<string>", "experience": "<string>", "gender": "<string>", "id": "<string>", "languages": [ "<string>" ], "name": "<string>" }, "provider_info": { "address": "<string>", "city": "<string>", "id": "<string>", "name": "<string>", "phone": "<string>" }, "slots": [ { "currency": "<string>", "date": "<string>", "end_time": "<string>", "id": "<string>", "price": "<string>", "start_time": "<string>", "type": "<string>" } ] }
Fetches the list of a doctor available consultation slots.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
Unique Identifier of a Provider in the system.
Unique Identifier of any booking.
OK
Information about the doctor offering the slots
Show child attributes
Educational qualifications of the doctor
Years of experience of doctor.
Gender of the doctor (e.g., Male, Female, Other)
Unique identifier of the doctor
Languages spoken by the doctor
Full name of the doctor
Information about the healthcare provider or facility
Full address of the healthcare provider or facility
City where the provider or facility is located
Unique identifier of the healthcare provider or facility
Name of the healthcare provider or facility
Contact phone number of the provider or facility
List of available slots for the doctor
Currency code in ISO 4217 format (e.g., INR, USD)
Date of the slot (YYYY-MM-DD format)
End time of the slot
Unique identifier for the slot
Price of the consultation in specified currency
Start time of the slot
Type of consultation (e.g., Physical, Video, Telephonic)
Was this page helpful?