APIs intended for internal use by Tidepool.
- Start Time
Data API (1.0)
The Tidepool API is an HTTP REST API used by Tidepool clients use to communicate with the Tidepool Platform.
For more information, see the Getting Started section.
https://tidepool.redocly.app/_mock/reference/data.v1/
https://external.integration.tidepool.org/
https://api.tidepool.org/
https://dev1.dev.tidepool.org/
https://qa1.development.tidepool.org/
https://qa2.development.tidepool.org/
Blood Glucose Target Start
Start time as millisecond offset from midnight
Blood glucose target values, in mg/dL
An integer encoding the upper bound of a PWD's blood glucose target.
The minimum value should be >= low
or target
, whichever present
An integer encoding the lower bound of a PWD's blood glucose target.
An integer encoding the allowed deviation above or below the PWD's target blood glucose.
Maximum should be min(target
, 1000 - target
) such that target
-range
>= 0 and target
+range
<= 1000
{ "high": 180, "low": 80 }