APIs intended for internal use by Tidepool.
- Delete All Data for User
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/
Update Data Source
An array of data set IDs. The IDs in the array must be unique.
{ "dataSetIds": [ "ce8cc5f7595575945f91fc6710db6fef" ], "earliestDataTime": "2017-02-06T02:37:46Z", "error": "string", "lastImportTime": "2017-02-06T02:37:46Z", "latestDataTime": "2017-02-06T02:37:46Z", "providerSessionId": "string", "state": "connected" }
- Mock server
https://tidepool.redocly.app/_mock/reference/data.v1/v1/users/{userId}/data
- integration
https://external.integration.tidepool.org/v1/users/{userId}/data
- production
https://api.tidepool.org/v1/users/{userId}/data
- dev1
https://dev1.dev.tidepool.org/v1/users/{userId}/data
- qa1
https://qa1.development.tidepool.org/v1/users/{userId}/data
- qa2
https://qa2.development.tidepool.org/v1/users/{userId}/data
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://tidepool.redocly.app/_mock/reference/data.v1/v1/users/{userId}/data' \
-H 'X-Tidepool-Session-Token: YOUR_API_KEY_HERE'
- Mock server
https://tidepool.redocly.app/_mock/reference/data.v1/v1/users/{userId}/datasets
- integration
https://external.integration.tidepool.org/v1/users/{userId}/datasets
- production
https://api.tidepool.org/v1/users/{userId}/datasets
- dev1
https://dev1.dev.tidepool.org/v1/users/{userId}/datasets
- qa1
https://qa1.development.tidepool.org/v1/users/{userId}/datasets
- qa2
https://qa2.development.tidepool.org/v1/users/{userId}/datasets
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://tidepool.redocly.app/_mock/reference/data.v1/v1/users/{userId}/datasets' \
-H 'X-Tidepool-Session-Token: YOUR_API_KEY_HERE'
Data Set List
Diabetes Data Set Array
{ "data": [ { … } ] }