Skip to main content
GET
/
api
/
health
Health check
curl --request GET \
  --url https://yys-sqr-render-bsbe.onrender.com/api/health
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z",
  "database": "connected"
}

Response

200 - application/json

Server is healthy

status
string
Example:

"ok"

timestamp
string<date-time>
database
string
Example:

"connected"