Use the built-in HTTP API endpoints for health monitoring.
Use Health check for uptime checks.
It’s the best signal for “is the service alive”.
It also validates the license.
Use Status API for readiness checks.
It reports whether spell/grammar/AI engines are active.
Configure your monitoring system to send periodic GET requests.
GET
Alert on non-200 responses.
200
If your monitor supports it, also alert when license.valid=false.
license.valid=false
Last updated 1 month ago
Was this helpful?