GET
/
hello
Check the health of the Tyk Gateway.
curl --request GET \
  --url https://{tenant}/hello \
  --header 'X-Tyk-Authorization: <api-key>'
{
  "description": "Tyk GW",
  "details": {
    "redis": {
      "componentType": "datastore",
      "status": "pass",
      "time": "2020-05-19T03:42:55+01:00"
    }
  },
  "status": "pass",
  "version": "v5.5.0-dev"
}

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