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

Documentation Index

Fetch the complete documentation index at: https://tyk.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Tyk-Authorization
string
header
required

Response

200 - text/plain

Service is up and running.

The response is of type string.

Example:

"OK"