cURL
curl --request GET \ --url https://api.tryarchitect.com/healthz \ --header 'x-api-key: <api-key>'
{ "healthy": true, "service": "<string>", "timestamp": "<string>", "uptime": 123, "version": "<string>" }
Returns service health status
API key authentication for the External Actor Gateway
Successful operation
Was this page helpful?