POST
/
event
/
hit
curl --request POST \
  --url http://localhost:8080/event/hit \
  --header 'Content-Type: application/json' \
  --data '{
  "b": "<string>",
  "u": "<string>",
  "r": "<string>",
  "p": true,
  "q": true,
  "t": "<string>",
  "d": {}
}'
This response does not have an example.

Headers

User-Agent
string

Used to infer user browser, OS and device.

Accept-Language
string

Used to infer user language.

Body

application/json
Hit event metadata.

Website hit event.

Response

204

OK.