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
Information about the healthcare provider or facility
List of available slots for the doctor
Was this page helpful?