---
title: "Check the health of the Tyk Gateway."
method: GET
path: "/hello"
tags: ["Health Checking"]
---

# Check the health of the Tyk Gateway.

`GET /hello`

From v2.7.5 you can now rename the `/hello`  endpoint by using the `health_check_endpoint_name` option.

## Response `200`

Success.

- HealthCheckResponse
  - `description` string
  - `details` object
  - `output` string
  - `status` 'pass' | 'fail' | 'warn'
  - `version` string

## Other responses

- `403` — Forbidden
- `405` — Method Not Allowed

## Changes

- **2024-09-18** `111affa17abe` — 1 info
  - endpoint added
- **2022-05-24** `111d8ca21864` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/changes/hello/get.md)

---

[API](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tyktechnologies/tyk-gateway-api/revisions/900d0a33ae1d/schema)
