enbbox 1.0.1

Notification infrastructure API — open-source alternative to Novu/Courier
Documentation
# \HealthApi

All URIs are relative to *https://api.enbbox.com*

Method | HTTP request | Description
------------- | ------------- | -------------
[**health_check**]HealthApi.md#health_check | **GET** /health/ | GET /health — basic health check (backward compat).
[**liveness**]HealthApi.md#liveness | **GET** /health/live/ | GET /health/live — liveness probe: returns 200 if process is alive.
[**readiness**]HealthApi.md#readiness | **GET** /health/ready/ | GET /health/ready — readiness probe: returns 200 if dependencies are connected.



## health_check

> health_check()
GET /health — basic health check (backward compat).

### Parameters

This endpoint does not need any parameter.

### Return type

 (empty response body)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## liveness

> liveness()
GET /health/live — liveness probe: returns 200 if process is alive.

### Parameters

This endpoint does not need any parameter.

### Return type

 (empty response body)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## readiness

> readiness()
GET /health/ready — readiness probe: returns 200 if dependencies are connected.

### Parameters

This endpoint does not need any parameter.

### Return type

 (empty response body)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)