{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions stats API", "version": "1.0.0" }, "items": [ { "info": { "name": "stats", "type": "folder" }, "items": [ { "info": { "name": "Get Active Users Count", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/stats/active-users" }, "docs": "Retrieve the number of active users that logged in during the last 30 days." }, { "info": { "name": "Get Daily Stats", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/stats/daily", "params": [ { "name": "from", "value": "", "type": "query", "description": "Optional first day of the date range (inclusive) in YYYYMMDD format." }, { "name": "to", "value": "", "type": "query", "description": "Optional last day of the date range (inclusive) in YYYYMMDD format." } ] }, "docs": "Retrieve the number of logins, signups and breached-password detections (subscription required) that occurred each day within a specified date range." } ] } ], "bundled": true }