GET
/
health
Health Check
curl --request GET \
  --url https://{tenant}/health \
  --header 'X-Tyk-Authorization: <api-key>'
"OK"

Authorizations

X-Tyk-Authorization
string
header
required

Response

200 - text/plain

Service is up and running.

The response is of type string.

Example:

"OK"