Retrieve the number of logins, signups and breached-password detections (subscription required) that occurred each day within a specified date range.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional first day of the date range (inclusive) in YYYYMMDD format.
^2[0-9]{3}((0[1-9])|(1[0-2]))((0[1-9])|([12][0-9])|(3[01]))$Optional last day of the date range (inclusive) in YYYYMMDD format.
^2[0-9]{3}((0[1-9])|(1[0-2]))((0[1-9])|([12][0-9])|(3[01]))$Daily stats successfully retrieved.
Date these events occurred in ISO 8601 format.
Number of logins on this date.
Number of signups on this date.
Number of breached-password detections on this date (subscription required).
Date and time this stats entry was last updated in ISO 8601 format.
Approximate date and time the first event occurred in ISO 8601 format.