As the API evolves, it will introduce new endpoints and structures, while superseded features will be gradually deprecated. API consumers should follow the deprecation list below to ensure timely updates.
from
, to
and timezone
are deprecated in all request endpoints.
Requests should include from_timestamp
and to_timestamp
parameters with UTC timestamps instead except endpoints for daily data like Daily Statistics.
Daily Statistics requests must include date parameters from_date
and to_date
which will refer to user’s local date.
sleep_breathing_rate
, sleep_breathing_rate_min
, and sleep_breathing_rate_max
are deprecated as they have been merged into breathing_rate
, breathing_rate_min
, and breathing_rate_max
, respectively.