---
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

---

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