Overview

The health endpoint provides a simple liveness check for the Truss API. It requires no authentication and is intended for monitoring systems, load balancers, and orchestrators to verify the service is running.

Endpoints

MethodPathDescription
GET/healthReturns service status — {"status":"ok","service":"truss-api"}

Example

curl http://localhost:4000/health