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"
}Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
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"
}