GET
/
v1
/
health
Check if the API service is running and accessible.

Parameters

None

Authentication

Not required

Response

{
  "status": "healthy",
  "timestamp": "2024-01-15T10:30:00Z"
}

Example Usage

curl http://localhost:8000/v1/health

# Or with HTTPS
curl https://your-domain.com:8000/v1/health

Use Cases

  • Health monitoring: Check if the service is operational
  • Load balancer checks: Verify service availability
  • Deployment validation: Confirm successful service startup
  • Network connectivity: Test basic API accessibility