> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vellaro.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard Stats

> Comprehensive dashboard analytics.



## OpenAPI

````yaml https://api.vellaro.io/openapi.json get /api/v1/admin/analytics/dashboard
openapi: 3.1.0
info:
  title: Vellaro API
  description: Vellaro 2026 — E-commerce API
  version: 0.1.0
servers:
  - url: https://api.vellaro.io
    description: Produzione
security: []
tags: []
paths:
  /api/v1/admin/analytics/dashboard:
    get:
      tags:
        - admin
      summary: Dashboard Stats
      description: Comprehensive dashboard analytics.
      operationId: dashboard_stats_api_v1_admin_analytics_dashboard_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer

````