GET
/
health
Health Check
curl --request GET \
  --url https://api.wacht.dev/health
{
  "status": "ok",
  "timestamp": "2024-01-01T12:00:00Z"
}

Response

Service is healthy

The response is of type object.