Health Check
GET
/
server-health
/
main
Health Check
Copy
curl --request GET \
--url https://api.nugen.in/server-health/main
Copy
{
"status": "<string>"
}
Response
200 - application/json
Successful Response
The response is of type object
.
Was this page helpful?
Health Check
Copy
curl --request GET \
--url https://api.nugen.in/server-health/main
Copy
{
"status": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.