Skip to main content
GET
/
healthz
Health Check
curl --request GET \
  --url https://api.truthlocks.com/healthz
{
  "status": "OK",
  "timestamp": "2026-02-18T19:00:00Z"
}
Simple liveness probe that returns 200 OK if the service is running. Used by load balancers and orchestrators.

Parameters

Responses

{
  "status": "OK",
  "timestamp": "2026-02-18T19:00:00Z"
}

Response

200 - application/json

Service is healthy

status
enum<string>
Available options:
ok