{
    "app": "IOTI API",
    "version": "1.0.0",
    "status": "online",
    "description": "API de facturación y servicios IOTI Solutions",
    "health": "\/health.php",
    "endpoints": {
        "auth": [
            "POST \/login.php",
            "POST \/register.php",
            "POST \/forgot_password.php"
        ],
        "admin": [
            "GET \/admin_dashboard.php",
            "GET \/admin_users.php",
            "GET \/admin_requests.php"
        ],
        "client": [
            "GET \/dashboard_client.php",
            "GET \/invoices_list.php"
        ],
        "tech": [
            "GET \/admin_requests.php?tech_id=X",
            "POST \/tech_register_payment.php"
        ]
    },
    "docs": "https:\/\/api.iotic.cloud\/health.php",
    "timestamp": "2026-06-09 02:28:17"
}