{
  "ok": true,
  "service": "verbose-email-collector",
  "routes": {
    "pixel": "/p.gif?t=<signedToken>",
    "click": "/click?t=<signedToken>",
    "admin_issue": "/admin/issue?mid=...&rid=...&cid=...&expSec=86400&dest=https://example.com",
    "admin_list": "/admin/list?day=YYYY-MM-DD | mid=... | rid=... | cid=... | prefix=evt:...",
    "admin_get": "/admin/get?key=evt:...",
    "admin_ui": "/admin/ui?admin_token=<ADMIN_TOKEN>",
    "healthz": "/healthz"
  },
  "notes": [
    "Use Authorization: Bearer <ADMIN_TOKEN> on /admin/*",
    "Gmail / Apple Mail privacy features may proxy or prefetch image opens",
    "All incoming headers are captured with redaction; cookie names + value hashes are stored by default (raw cookie values optional)",
    "KV listing/read-after-write may be slightly delayed in some locations"
  ]
}