cURL
curl --request GET \ --url https://api.vistaly.com/v1/health
{ "status": "OK" }
Returns the health status of the API. This is used to verify if the API is operating normally.
Service is healthy
The response is of type object.
object