Skip to main content
GET
/
healthz
Health check
curl --request GET \
  --url https://api.tryarchitect.com/healthz
{
  "healthy": true,
  "service": "<string>",
  "timestamp": "<string>",
  "uptime": 123,
  "version": "<string>"
}

Response

200 - application/json

Successful operation

healthy
boolean
required
service
string
required
timestamp
string
required
uptime
number
required
version
string
required