Health checkGET/healthzResponses200Service health servicestringrequiredstatusstringrequiredversionstringrequiredTry itServerBase URLhttps://teakvault.com/apihttps://api.teakvault.comCustom base URLOverrides the selected server when set.SendRequestcURLJavaScriptPythonCopyCopiedcurl -X GET "https://teakvault.com/api/healthz"const response = await fetch("https://teakvault.com/api/healthz", { method: "GET" });import requests response = requests.get( "https://teakvault.com/api/healthz", )Response200{ "service": "string", "status": "string", "version": "string" }