Skip to main content
https://exclusivo.one/api/v1 · scope analytics:read
Anything else returns a 400 listing what’s valid.
Two things to code around: topProducts is capped at 10 and doesn’t paginate — derive a full breakdown from orders if you need one. And conversionFunnel is omitted entirely rather than returned empty, so check the key exists before reading it.

averageOrderValue with no orders

Returned as 0 when totalOrders is 0, rather than erroring. Don’t read that 0 as a meaningful average — check totalOrders first.

Time ranges

all covers your whole history and is the most expensive query here. Cache it rather than calling it on every dashboard load.

This isn’t traffic data

These are commerce numbers — orders, revenue, products. Visits, referrers and page views live in the dashboard’s own analytics and aren’t exposed here. Analytics

Errors