{
  "service": "twitter-loyalty-router",
  "version": "2.0.0",
  "description": "Multi-tenant Twitter loyalty worker with full engagement support",
  "usage": "Access via {brand}.loyalteez.app",
  "supported_events": [
    "tweet_mention",
    "tweet_reply",
    "tweet_like",
    "tweet_retweet"
  ],
  "endpoints": {
    "GET /health": "Health check",
    "GET /config": "View configuration",
    "POST /trigger": "Poll all engagement types",
    "POST /trigger/mentions": "Poll mentions only",
    "POST /trigger/replies": "Poll replies only",
    "POST /trigger/likes": "Poll likes only (elevated API)",
    "POST /trigger/retweets": "Poll retweets only (elevated API)",
    "POST /reset": "Reset all high water marks"
  }
}