Skip to main content
GET
/
readyz
Readiness Check
curl --request GET \
  --url https://api.truthlocks.com/readyz
{
  "status": "READY",
  "dependencies": {
    "database": "CONNECTED",
    "cache": "CONNECTED",
    "messaging": "CONNECTED"
  },
  "timestamp": "2026-02-18T19:00:00Z"
}
Detailed health check that verifies connectivity to upstream dependencies like Postgres, Redis, and NATS.

Parameters

Responses

{
  "status": "READY",
  "dependencies": {
    "database": "CONNECTED",
    "cache": "CONNECTED",
    "messaging": "CONNECTED"
  },
  "timestamp": "2026-02-18T19:00:00Z"
}

Response

Service is ready

status
enum<string>
Available options:
ready