Health
GET
/healthResponses
200Successful Response
anyRequest
curl -X GET "/health"const response = await fetch("/health", {
method: "GET"
});import requests
response = requests.get(
"/health",
)Response
"string"/healthanycurl -X GET "/health"const response = await fetch("/health", {
method: "GET"
});import requests
response = requests.get(
"/health",
)"string"