Batch upload counter-based telemetry data points, with a maximum of 1,000 data points per request.The /v1/telemetry/BATTERY endpoint accepts interval data (energy totals over a time period with duration_s and start_time), while /v1/telemetry/BATTERY_COUNTER accepts monotonically increasing counter values (cumulative lifetime energy readings with a timestamp).Counter values are automatically converted to intervals by calculating deltas between consecutive readings: current_counter - previous_counter.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.