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
| Field | Description |
|---|---|
total_qr_count | Total number of QR codes in the account |
static_qr_count | Count of static QR codes |
dynamic_qr_count | Count of dynamic QR codes |
total_scan_count | Total number of scans across all QR codes |
total_designer_qr_count | Number of QR codes using custom design templates |
custom_domain_count | Number of QR codes using custom domains |
lead_list_count | Total number of lead lists created |
shared_user_count | Number of shared users (collaborators) in the account |
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 usingfields=total_qr_count,total_scan_count,lead_list_count:
Schema
| Field | Type | Example | Description |
|---|---|---|---|
total_qr_count | integer | 150 | Total QR codes in the account |
static_qr_count | integer | 25 | Count of static QR codes |
dynamic_qr_count | integer | 125 | Count of dynamic QR codes |
total_scan_count | integer | 5420 | Total scans recorded |
total_designer_qr_count | integer | 45 | Number of custom-designed QR codes |
custom_domain_count | integer | 12 | QR codes with custom domains |
lead_list_count | integer | 8 | Total lead lists created |
shared_user_count | integer | 5 | Shared users associated with the account |
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
API key authentication. Enter your API key directly in the Authorization header.
Query Parameters
Comma-separated list of fields to include in the response. If not specified, all fields are returned.
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 number of QR codes in the account
150
Number of static QR codes
25
Number of dynamic QR codes
125
Total number of scans across all QR codes
5420
Number of QR codes with custom designs
45
Number of QR codes using custom domains
12
Number of lead lists in the account
8
Number of shared users in the account
5