Skip to main content
GET
/
health
curl http://localhost:3001/health
{
  "status": "ok",
  "timestamp": "2026-03-14T10:00:00.000Z"
}

Response

Simple health check endpoint. Does not use the standard ApiResponse wrapper.
curl http://localhost:3001/health
{
  "status": "ok",
  "timestamp": "2026-03-14T10:00:00.000Z"
}