cURL
curl --request GET \ --url https://api.example.com/health
{ "status": "healthy", "database": "connected", "version": "1.0.0", "environment": "production" }
Check application and database connectivity.
Was this page helpful?