---
title: "A health check endpoint, reporting the ability of the app to connect to external services"
method: GET
path: "/server/health"
tags: ["Health"]
---

# A health check endpoint, reporting the ability of the app to connect to external services

`GET /server/health`

Starts dialing a phone via a SIP gatway.

## Response `200`

Passed health check

- HealthInfo
  - `name` string
  - `version` string
  - `gitHash` string
  - `opentok` boolean
  - `googleAuth` boolean
  - `status` 'pass' | 'fail'

## Other responses

- `400` — Failed health check

## Changes

- **2018-09-04** `dcf892f94da3` — 1 info
  - endpoint added
- **2015-09-27** `fdd6b89fcde2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opentok/apis/opentokrtc-api/changes/server/health/get.md)

---

[API](https://skmtc.dev/opentok/apis/opentokrtc-api.md) · [All operations](https://skmtc.dev/opentok/apis/opentokrtc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opentok/opentokrtc-api/revisions/7c588b24fbe6/schema)
