GET
/
health
curl --request GET \
  --url https://api.icepanel.io/v1/health
{
  "id": "<string>",
  "location": "<string>",
  "ok": true,
  "services": {}
}

Response

200
application/json

OK

The response is of type object.