Health check

Check if the API is running and healthy

Responses
  • application/json
Request Example for get/api/health
curl https://beta-api.introzy.com/api/health
{
  "success": true,
  "data": {
    "status": "healthy",
    "timestamp": "2026-05-20T14:22:03.067Z",
    "uptime": 3600.5,
    "version": "2.1.0"
  }
}