GET /honeytoken/stats/timeseries
GEThoneytoken/stats/timeseries
Retrieve timeseries statistics for honeytoken log events
Query Parameters
period_from string Required
example 2021-07-06T00:00:00.000Z
period_to string Required
example 2021-07-06T00:00:00.000Z
domain string
Filter honeytoken logs by from_domain substring
to_email string
Filter honeytoken logs by recipient email (to_email) substring
from_email string
Filter honeytoken logs by sender email (from_email) substring
trusted string
Filter honeytoken logs by trusted status. Comma-separated or JSON array
Returns
- dataarray
- datestringDate of the recorded honeytoken hits
- totalnumberTotal number of honeytoken hits on this date
- trustednumberNumber of hits from trusted senders on this date
- not_trustednumberNumber of hits from not trusted senders on this date
- datestring
Error Codes
400 Bad Request
Bad Request
401 Unauthorized
Unauthorized
500 Internal Server Error
Internal server error