Returns the current health status of the API, including database connectivity. Use this endpoint to verify the service is operational. This endpoint does not require authentication.
curl --request GET \
--url https://app.mavera.io/api/v1/health{
"status": "healthy",
"version": "1.0.0",
"timestamp": "2025-01-25T12:00:00.000Z"
}The API is healthy and all systems are operational.
curl --request GET \
--url https://app.mavera.io/api/v1/health{
"status": "healthy",
"version": "1.0.0",
"timestamp": "2025-01-25T12:00:00.000Z"
}