cURL
curl --request GET \ --url https://{tenant}/health \ --header 'X-Tyk-Authorization: <api-key>'
"OK"
Returns OK if the service is up and running.
Service is up and running.
The response is of type string.
string
Was this page helpful?