Skip to main content
GET
Get Account Statistics

Description

This endpoint provides aggregated statistics for your Scanova account.
It’s ideal for dashboard overviews, usage monitoring, or account-level analytics integrations.
You can retrieve all metrics at once or request specific fields (like only total scans or dynamic QR count) to optimize performance.

Available Field Values

Examples

Get All Account Statistics

Get Filtered Statistics

Get QR Code Counts Only

Get Usage Metrics

Response Structure

Success Response (200 OK)

Filtered Response Example

When using fields=total_qr_count,total_scan_count,lead_list_count:

Schema

Integration Examples

JavaScript - Get Account Statistics

Python - Get Account Statistics

PHP - Get Account Statistics

Use Cases

  • 📊 Admin dashboards: Display live account metrics like total scans and QR creation trends.
  • 🧮 Usage-based billing: Validate active and dynamic QR usage for plan-based limits.
  • 🧠 Insights & analytics: Track QR code adoption and engagement performance across users.
  • ⚙️ Automation scripts: Integrate account metrics into internal monitoring tools or CRMs.

Authorizations

Authorization
string
header
required

API key authentication. Enter your API key directly in the Authorization header.

Query Parameters

fields
enum<string>

Comma-separated list of fields to include in the response. If not specified, all fields are returned.

Available options:
total_qr_count,
static_qr_count,
dynamic_qr_count,
total_scan_count,
total_designer_qr_count,
custom_domain_count,
lead_list_count,
shared_user_count

Response

Account statistics retrieved successfully

total_qr_count
integer

Total number of QR codes in the account

Example:

150

static_qr_count
integer

Number of static QR codes

Example:

25

dynamic_qr_count
integer

Number of dynamic QR codes

Example:

125

total_scan_count
integer

Total number of scans across all QR codes

Example:

5420

total_designer_qr_count
integer

Number of QR codes with custom designs

Example:

45

custom_domain_count
integer

Number of QR codes using custom domains

Example:

12

lead_list_count
integer

Number of lead lists in the account

Example:

8

shared_user_count
integer

Number of shared users in the account

Example:

5