Health Check
https://development.api.wealthcare.com/participant/healthz
Returns the health status of the API, indicating whether it is operational and ready to handle requests.
-
Status enum<string>
The overall health status, which is 'Healthy' if all checks are healthy, otherwise 'Unhealthy'.
Possible values:HealthyUnhealthy -
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:HealthyUnhealthy -
Description string
A description of the health check result.
-