TripleBooks

Health

GET
/api/health

Returns service status, engine version, and current timestamp.

Response Body

application/json

curl -X GET "https://example.com/api/health"
{  "status": "ok",  "engine": "string",  "timestamp": "2019-08-24T14:15:22Z"}

On this page