Skip to main content
GET
/
readyz
Readiness probe
curl --request GET \
  --url https://api.vintl.io/readyz
{
  "status": "ok",
  "checks": {
    "postgres": "healthy",
    "redis": "healthy"
  }
}

Response

All dependencies healthy

Last modified on April 2, 2026