cURL
curl --request GET \ --url https://api.trynawa.com/v1/health
Check the operational status of the NAWA API and its dependencies.
curl https://api.trynawa.com/v1/health
{ "success": true, "result": { "status": "healthy", "version": "1.0.0", "services": { "api": "operational", "classification": "operational", "database": "operational", "cache": "operational" }, "timestamp": "2025-01-15T12:00:00Z" }, "errors": [], "request_id": "req_hlt_abc123" }
{ "success": true, "result": { "status": "degraded", "version": "1.0.0", "services": { "api": "operational", "classification": "degraded", "database": "operational", "cache": "operational" }, "timestamp": "2025-01-15T12:00:00Z" }, "errors": [], "request_id": "req_hlt_def456" }
Was this page helpful?