Forward a visit to the Analytics API
Visits are logged to the Analytics API by making a POST request to the /visit
endpoint.
The request body should forward the visitor’s request HTTP path, method, and headers as described below.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Visitor request to forward to the Analytics API.
The body is of type object
.
Success.