Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://app.base44.com/api/v1/monitoring/health
{
  "status": "healthy",
  "service": "monitoring-api",
  "version": "1.0.0"
}

Response

200 - application/json

Successful Response

Response for the health check endpoint.

status
string
required

Health status. Always 'healthy' if responding.

Example:

"healthy"

service
string
required

Service name.

Example:

"monitoring-api"

version
string
required

API version.

Example:

"1.0.0"