Appearance
Dashboard Stats
Headline counts for your account plus all-time completed-payment revenue.
GET /v1/dashboard/statsResponse
json
{
"data": {
"products": 6,
"licenses": 24,
"activeLicenses": 21,
"sites": 40,
"customers": 25,
"revenue": 1234.56
}
}| Field | Description |
|---|---|
products | Active (non-deleted) products. |
licenses | Total licenses across your products. |
activeLicenses | Licenses currently in active status. |
sites | Active site activations. |
customers | Total customers. |
revenue | Sum of all completed payments (all time). |
Example
bash
curl -X GET "https://api.packedge.dev/v1/dashboard/stats" \
-H "Authorization: Bearer pk_your_api_key"