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

# Get Configuration Stats

> Get configuration statistics for the dashboard.

Returns counts of enabled system and account configurations grouped by category.



## OpenAPI

````yaml get /api/v1/admin/configuration/stats
openapi: 3.1.0
info:
  title: SnackBase
  description: Open-source Backend-as-a-Service (BaaS)
  version: 0.1.0
servers: []
security: []
paths:
  /api/v1/admin/configuration/stats:
    get:
      tags:
        - admin
        - admin
      summary: Get Configuration Stats
      description: >-
        Get configuration statistics for the dashboard.


        Returns counts of enabled system and account configurations grouped by
        category.
      operationId: get_configuration_stats_api_v1_admin_configuration_stats_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````