# Health Monitor API availability and service status. Use these endpoints to verify connectivity and check if the API is operational. ## API Health Check - [GET /public/health/](https://docs.dualentry.com/resources/health/core_api_public_public_router_health_check.md): Verify that the DualEntry Public API is operational and accepting requests. This endpoint provides a quick way to: - Confirm API connectivity - Validate that your API key is working correctly - Check service availability for monitoring and uptime tracking Response includes: - status: Current health status of the API - timestamp: Current server time in ISO 8601 format Note: This endpoint is rate-limited like all other API endpoints. For high-frequency monitoring, consider using a dedicated monitoring service or increasing your rate limit.