Get Visitor Statistics
POST /visitors/{resource}/statistics
Counts over the visitor stream, filtered.
companies counts UNIQUE BY IP, contacts does not - the two series are
not comparable row for row and should not be charted as if they were.
Authorizations
Parameters
Path Parameters
What to count.
What to count.
Header Parameters
Request Body
Filter conditions, each {field, operator, value} - e.g. {"field": "received_at", "operator": "greaterThanOrEqual", "value": "2025-01-01"}. An empty list means no filtering. Left as an open shape because the operator vocabulary is the app’s and still moves; an enum here would reject a filter the app accepts.
object
Responses
200
Successful Response
object
Counts over the visitor stream.
companies counts UNIQUE BY IP and contacts does not, so the two series
are not comparable row for row - charting them on one axis as if they were
overstates or understates one of them depending on traffic shape.
422
Validation Error