# Get node health endpoint

{% hint style="danger" %}
Implementation is **REQUIRED**
{% endhint %}

**resource**:  /node/health

**method**:  *GET*

**Request** :  void

**Response**: [**NodeHealthResponse**](https://developer.smarts.ee/general/request-and-responses/nodehealthresponse)

{% tabs %}
{% tab title="Response Example" %}

```
{
    "status": "UP"
}
```

{% endtab %}
{% endtabs %}
