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