Skip to content

Health Check

GET /health

Check the API service status.

Response:

json
{
  "success": true,
  "data": {
    "status": "healthy",
    "timestamp": "2024-01-01T00:00:00Z"
  }
}