curl -X GET "https://api.saludya.com/api/doctors/doc_8x9y2z3a4b5c6d7e" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"id": "doc_8x9y2z3a4b5c6d7e",
"name": "Dr. Maria Garcia",
"specialty": "Cardiology",
"license_number": "MD-12345-CA",
"email": "maria.garcia@saludya.com",
"phone": "+1-555-0123",
"bio": "Board-certified cardiologist with 15 years of experience in interventional cardiology and heart disease prevention. Graduate of Stanford Medical School.",
"available": true,
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-03-01T14:22:00Z"
}
Retrieve detailed information about a specific doctor
curl -X GET "https://api.saludya.com/api/doctors/doc_8x9y2z3a4b5c6d7e" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"id": "doc_8x9y2z3a4b5c6d7e",
"name": "Dr. Maria Garcia",
"specialty": "Cardiology",
"license_number": "MD-12345-CA",
"email": "maria.garcia@saludya.com",
"phone": "+1-555-0123",
"bio": "Board-certified cardiologist with 15 years of experience in interventional cardiology and heart disease prevention. Graduate of Stanford Medical School.",
"available": true,
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-03-01T14:22:00Z"
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/DUVAN100/saludya-api/llms.txt
Use this file to discover all available pages before exploring further.
schedules, appointments, statsschedules: Include the doctor’s availability schedulesappointments: Include upcoming appointmentsstats: Include statistics (total appointments, average rating, etc.)curl -X GET "https://api.saludya.com/api/doctors/doc_8x9y2z3a4b5c6d7e" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"id": "doc_8x9y2z3a4b5c6d7e",
"name": "Dr. Maria Garcia",
"specialty": "Cardiology",
"license_number": "MD-12345-CA",
"email": "maria.garcia@saludya.com",
"phone": "+1-555-0123",
"bio": "Board-certified cardiologist with 15 years of experience in interventional cardiology and heart disease prevention. Graduate of Stanford Medical School.",
"available": true,
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-03-01T14:22:00Z"
}