cURL
curl --request GET \ --url https://api.tryarchitect.com/healthz
{ "healthy": true, "service": "<string>", "timestamp": "<string>", "uptime": 123, "version": "<string>" }
Returns service health status
Successful operation
Was this page helpful?