Health Check
https://api.wealthcare.com/participant/healthz
Returns the health status of the API.
-
Status enum<string>
The overall health status, which is 'Healthy' if all checks are healthy, otherwise 'Unhealthy'.
Possible values:Healthy
Unhealthy
-
Checks array <object>
A list of individual health check results.
-
Status enum<string>
The status of the health check, which can be 'Healthy' or 'Unhealthy'.
Possible values:Healthy
Unhealthy
-
Description string
A description of the health check result.
-