cURL
curl --request GET \ --url https://app.base44.com/api/v1/monitoring/health
{ "status": "healthy", "service": "monitoring-api", "version": "1.0.0" }
Checks that the API is running and ready to respond to requests.
Successful Response
Response for the health check endpoint.
Health status. Always 'healthy' if responding.
"healthy"
Service name.
"monitoring-api"
API version.
"1.0.0"
Was this page helpful?