cURL
curl --request GET \ --url http://{api_endpoint}/api/v1/v1/health/alive
"<any>"
Get liveness status of the server. We are always assuming alive because of reconnection strategies
Success
The response is of type any.
any