Axisel / docs
Manage keysโ† Back to Axisel

Analytics

Lightweight rollups for revenue dashboards. For deep analytics, list orders and aggregate yourself.

Revenue rollup

GET/api/v1/analytics/revenue

Scope: analytics:read.

  • range=today | week | month | custom (default: month)
  • start, end โ€” required when range is custom
curl
curl "https://axisel.com/api/v1/analytics/revenue?range=week" \ -H "Authorization: Bearer sk_live_..."
json
{ "data": { "range": { "start": "2026-05-14T00:00:00.000Z", "end": "2026-05-21T14:30:00.000Z", "label": "last 7 days" }, "totalRevenue": 12483.50, "orderCount": 47, "unitsSold": 89, "averageOrderValue": 265.61, "currency": "USD" } }

Cancelled orders and POS refunds are excluded automatically.