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