Features
- ✓Health Check API: Monitor service status with support for planned outages and system down states
- ✓IP Whitelist: Only accept API calls from authorized IP addresses
- ✓Request Logging: Every API call is logged with IP address, timestamp, and response details
- ✓Outage Management: Schedule and manage planned maintenance windows
- ✓Secure Authentication: Firebase-based authentication with invitation code system
API Endpoint
GET /api/healthReturns: 200 (healthy), 503 (planned outage), or 500 (down)