Skip to main content

Overview

The Health API provides endpoints to check the operational status of the Wacht platform.

checkHealth()

Checks the overall health status of the Wacht API.

Returns

Promise<HealthStatus>: A promise that resolves to the health status object.

ping()

Sends a simple ping request to the Wacht API to check connectivity.

Returns

Promise<boolean>: A promise that resolves to true if the ping is successful, false otherwise.