{
    "success": true,
    "api_name": "Moneca Doctor API",
    "version": "1.0.0",
    "description": "Healthcare management API for doctors",
    "base_url": "https://api.doctor.cricpd.org",
    "endpoints": {
        "authentication": {
            "login": "POST /doctor/auth/login",
            "register": "POST /doctor/auth/register",
            "refresh": "POST /doctor/auth/refresh",
            "logout": "POST /doctor/auth/logout",
            "me": "GET /doctor/auth/me"
        },
        "patient_management": {
            "list": "GET /doctor/patient/list",
            "create": "POST /doctor/patient/create",
            "details": "GET /doctor/patient/details",
            "update": "PUT /doctor/patient/update",
            "delete": "DELETE /doctor/patient/delete",
            "vitals": "GET /doctor/patient/vitals"
        },
        "dashboard": {
            "stats": "GET /doctor/dashboard/stats",
            "appointments_today": "GET /doctor/dashboard/appointments_today",
            "critical_patients": "GET /doctor/dashboard/critical_patients"
        },
        "alerts": {
            "list": "GET /doctor/alerts/list",
            "critical": "GET /doctor/alerts/critical",
            "acknowledge": "PUT /doctor/alerts/acknowledge"
        },
        "reports": {
            "list": "GET /doctor/reports/list",
            "upload": "POST /doctor/reports/upload",
            "share": "POST /doctor/reports/share"
        },
        "profile": {
            "get": "GET /doctor/profile/get",
            "update": "PUT /doctor/profile/update",
            "picture": "POST /doctor/profile/picture"
        },
        "device_management": {
            "list": "GET /doctor/devices/list",
            "available": "GET /doctor/devices/available",
            "details": "GET /doctor/devices/details?id={id}",
            "update": "PUT /doctor/devices/update",
            "assign": "POST /doctor/devices/assign",
            "unassign": "POST /doctor/devices/unassign",
            "config": "PUT /doctor/devices/config"
        },
        "content_management": {
            "upload": "POST /doctor/content/upload",
            "list": "GET /doctor/content/list",
            "assign": "POST /doctor/content/assign",
            "patient_content": "GET /doctor/patient/{patient_id}/content"
        },
        "settings": {
            "biometric": "PUT /doctor/settings/biometric"
        },
        "feedback": {
            "submit": "POST /doctor/feedback"
        }
    },
    "documentation": "https://api.doctor.cricpd.org/docs",
    "status": "operational",
    "timestamp": "2026-05-19T15:51:21+00:00"
}