Daily analytics series
GET
/v1/analytics/series
const url = 'https://api.extport.dev/api/v1/analytics/series';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.extport.dev/api/v1/analytics/series \ --header 'Authorization: Bearer <token>'Rows from the permanent rollup for one extension: ?dim=total (headline dau/wau/mau/installs/departures) or version/country/language/os (dau + wau). ?days= bounds the window (default 90, max 1830). through is the last fully-rolled-up day — charts should end their axis there; a day past it is not yet computed, not zero. Departures live on the last-seen day and are only present once confirmed — the trailing 30 days legitimately show none.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”OK
Extension not found