# Creating the Health Endpoint

## Overview

Health endpoint for checking that the Service is up and running.

### Checking System Health

## Check System Health

<mark style="color:blue;">`GET`</mark> `https://devicecloud.example.com/health`

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "ok": true
}
```

{% endtab %}
{% endtabs %}
