btcpay-client 0.1.0

A client library for BTCPay Server.
Documentation
# \HealthApi

All URIs are relative to *https://btcpay.example.com/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
[**health_get_health**]HealthApi.md#health_get_health | **GET** /api/v1/health | Get health status



## health_get_health

> crate::models::ApplicationHealthData health_get_health()
Get health status

Check the instance health status

### Parameters

This endpoint does not need any parameter.

### Return type

[**crate::models::ApplicationHealthData**](ApplicationHealthData.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[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)