Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://app.mavera.io/api/v1/health
{
  "status": "healthy",
  "version": "1.0.0",
  "timestamp": "2025-01-25T12:00:00.000Z"
}

Response

The API is healthy and all systems are operational.

status
enum<string>

Overall health status. healthy means all systems are operational.

Available options:
healthy,
unhealthy
Example:

"healthy"

version
string

The current API version.

Example:

"1.0.0"

timestamp
string<date-time>

ISO 8601 timestamp of the health check.

Example:

"2025-01-25T12:00:00.000Z"