{
  "endpoints": {
    "GET /auth/verify": "Check authentication status",
    "GET /health": "Health check endpoint",
    "GET /records": "List all available record files (requires auth)",
    "GET /records/<filename>": "Get a specific record file (requires auth)",
    "GET /records/manifest.json": "Get the manifest of all available files (requires auth)",
    "POST /auth/login": "Authenticate with password",
    "POST /auth/logout": "Log out",
    "POST /records/refresh-manifest": "Manually refresh the manifest"
  },
  "name": "Charging Station Monitoring Records API",
  "version": "1.0.0"
}
