Skip to main content
GET
/
hello
Check the health of the Tyk Gateway.
curl --request GET \
  --url https://{tenant}/hello \
  --header 'X-Tyk-Authorization: <api-key>'
{
  "description": "<string>",
  "details": {},
  "output": "<string>",
  "status": "pass",
  "version": "<string>"
}

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Response

Success.

description
string
details
object
output
string
status
enum<string>
Available options:
pass,
fail,
warn
version
string