GET
/
api
/
health
Health check
curl --request GET \
  --url http://localhost:3000/api/health
{
  "success": true,
  "message": "<string>",
  "data": {
    "status": "healthy",
    "uptime": 123,
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Response

200 - application/json

Server is healthy

success
boolean
Example:

true

message
string
data
object