Send analytics events to the server
POST/analytics
Send analytics events to the server. The server will either drop or forward the event based on the user defined settings.
Request​
- application/json
Body
array
The analytics events to send
Array [
]
system string
The system that emitted the event.
kind string
The kind of event.
context
object
counters
object
at string
The time of the event in IS0 8601 date time.
Responses​
- 204
The events were accepted
Loading...