Forward a visit to the Analytics API
/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 path of the HTTP request.
"/blog/becoming-an-ai-engineering-company"
The HTTP method used for the request.
GET, POST, PUT, DELETE, PATCH "GET"
The IP address making the request. This is optional, but may effect the availability of some features.
"172.183.222.128"
The UNIX Epoch timestamp when the original request occurred.
1705315800
HTTP headers sent with the request.
Success.