GET
/
v1
/
system
/
health
curl --request GET \
  --url https://api.ziplink.click/v1/system/health
{
  "cache_database": "healthy",
  "license": "healthy",
  "message_queue": "healthy",
  "relational_database": "healthy",
  "static_storage": "healthy"
}

Response

200
application/json

OK

The response is of type object.