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.
MDCB is alive.
"pass"
200
Was this page helpful?