{
  "endpoints": {
    "auth": {
      "token": "POST /api/auth/token",
      "verify": "GET /api/auth/verify"
    },
    "health": "/health",
    "hubspot": {
      "clear_cache": "POST /api/hubspot/cache/clear",
      "companies": "GET /api/hubspot/companies",
      "company_secuencias": "GET /api/hubspot/companies/{id}/secuencias",
      "inventario": "GET /api/hubspot/inventario",
      "price_list": "GET /api/hubspot/price_list",
      "products": "GET /api/hubspot/products",
      "secuencias": "GET /api/hubspot/secuencias",
      "stores": "GET /api/hubspot/stores"
    },
    "sync": {
      "all": "GET/POST /api/sync/all",
      "clients": "GET/POST /api/sync/clients",
      "portfolio": "GET /api/sync/portfolio",
      "products": "GET/POST /api/sync/products",
      "status": "GET /api/sync/status"
    },
    "system21": {
      "send_order": "POST /api/system21/send_order"
    }
  },
  "service": "Backend UI Alianza Team",
  "version": "1.1.0"
}
