> For the complete documentation index, see [llms.txt](https://developer.smarts.ee/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.smarts.ee/integration/custom-integration/connection-node/get-node-version-endpoint.md).

# Get node version endpoint

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

**resource**:  /node/version

**method**:  *GET*

**Request** :  void

**Response**: [**NodeVersionResponse**](/general/request-and-responses/nodeversionresponse.md)

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

```
{
    "version": "1.0-SNAPSHOT"
}
```

{% endtab %}
{% endtabs %}
