Readiness Probe

GEThttps://sandbox-api.truthlocks.com/readyzAuth required

Detailed health check that verifies connectivity to upstream dependencies like Postgres, Redis, and NATS.

Responses

{
  "status": "READY",
  "dependencies": {
    "database": "CONNECTED",
    "cache": "CONNECTED",
    "messaging": "CONNECTED"
  },
  "timestamp": "2026-02-18T19:00:00Z"
}
GET/readyz
Language
CredentialsHEADER
Authorization
cURL Request
Examples ▾
curl --request GET \
  --url https://sandbox-api.truthlocks.com/readyz \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --data '{}'
Response

Click Try It! to send a real request, or view sample responses: