Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health check

Use health checks to detect connectivity issues early.

Bidirectional health check traffic

How it works ?

Every 60 seconds, a GET /healthcheck request is sent:

  • From your backend to Thales backend.

  • From Thales backend to your backend.

The maximum allowed response time is 5 seconds.

Both directions are monitored independently.

Environments

Health checks are required in Production Environment.

Treat repeated health check failures as a connectivity incident. Validate mutual TLS configuration first.

Was this helpful?