Analytics API
Log visit
Forward a visit to the Analytics API
POST
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.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Visitor request to forward to the Analytics API.
The body is of type object
.
Response
200
Success.