web
Track and retrieve events
The analytics service lets you create events, atomically increment them and read their values.
Delete an event
List all events
Get a single event
Track an event, it will be created if it doesn't exist
Delete Request
Response
{
"event": {
"created": "2022-15-03T13:33:03+01:00",
"name": "click",
"value": "42"
}
}