cURL
curl --request GET \ --url https://{tenant}/liveness \ --header 'X-Tyk-Authorization: <api-key>'
{ "status": "pass", "status_code": 200 }
Provides the liveness status of the service.
Was this page helpful?