{
  "service": "ThreatListPro API",
  "version": "4.1",
  "endpoints": {
    "POST /create-checkout-session": "Create Stripe checkout",
    "POST /register-customer": "Register after payment",
    "POST /webhook/stripe": "Stripe webhook handler",
    "GET /v1/{api_key}/blocklist.txt": "Get blocklist",
    "GET /v1/{api_key}/status": "Check status",
    "GET /api/check?ip={ip}": "Free IP reputation check"
  },
  "admin": {
    "GET /admin/customers": "List all customers",
    "POST /admin/revoke": "Revoke customer access",
    "POST /admin/delete": "Delete customer (permanent)",
    "GET /admin/usage": "View usage analytics",
    "POST /admin/add-partner": "Add partner/affiliate account"
  },
  "support": "support@threatlistpro.com"
}