Check the health status and availability of the Integration API service
Check the health status of the Integration API service. This endpoint is used to monitor service availability and is typically called by load balancers, monitoring systems, and health check tools to ensure the service is operational.
This endpoint does not require any authentication. It is publicly accessible to allow monitoring systems and load balancers to check service health without API keys.
You do not need to enter an X-Api-Key for this endpoint. You can leave the X-Api-Key field empty.
The response contains the current health status of the service with a timestamp and status indicator.
Unix timestamp (in milliseconds) indicating when the health check was performed.
Current status of the service. Possible values are: - OK
- Service is
healthy and operational - NOK
- Service is experiencing issues (rarely
returned; usually results in HTTP error)
OK - Service is healthy and all systems are operational.
Internal Server Error - Service is unhealthy due to internal issues.
Service Unavailable - Service is temporarily unavailable or under maintenance.