GET
/
v1
/
health
curl --request GET \
  --url https://api.vistaly.com/v1/health
{
  "status": "OK"
}

Response

200
application/json
Service is healthy
status
string
Example:

"OK"