cURL
curl --request GET \ --url https://{tenant}/hello \ --header 'X-Tyk-Authorization: <api-key>'
{ "description": "<string>", "details": {}, "output": "<string>", "status": "pass", "version": "<string>" }
From v2.7.5 you can now rename the /hello endpoint by using the health_check_endpoint_name option.
/hello
health_check_endpoint_name
Api key
Success.
Show child attributes
pass
fail
warn
Was this page helpful?