Add events (JWT)
POST/events
Add a batch of events
Request
- application/json
Body
- Array [
- ]
events object[]
time date-time
ISO 8601 formatted timestamp (with local timezone)
sensor string
Name/Model/Version of the sensor/device.
metric Metrics
Possible values: [cough, heartbeat, cough_burst, cough_oasis, battery_level]
value1 double
Value 1 associated to this event (optional)
value2 double
Value 2 associated to this event (optional)
Responses
- 200
- 400
Successful operation
Invalid input
Loading...