Skip to main content
GET
/
v1
/
health
Health check endpoint
curl --request GET \
  --url https://api.vistaly.com/v1/health
{
  "status": "OK"
}

Response

Service is healthy

status
string
Example:

"OK"

I