APIs intended for internal use by Tidepool.
Data Summary 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/summary.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/
Field which contains a summary type string.
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
- Mock server
https://tidepool.redocly.app/_mock/reference/summary.v1/v1/summaries/{summaryType}/{userId}
- integration
https://external.integration.tidepool.org/v1/summaries/{summaryType}/{userId}
- production
https://api.tidepool.org/v1/summaries/{summaryType}/{userId}
- dev1
https://dev1.dev.tidepool.org/v1/summaries/{summaryType}/{userId}
- qa1
https://qa1.development.tidepool.org/v1/summaries/{summaryType}/{userId}
- qa2
https://qa2.development.tidepool.org/v1/summaries/{summaryType}/{userId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://tidepool.redocly.app/_mock/reference/summary.v1/v1/summaries/{summaryType}/{userId}' \
-H 'X-Tidepool-Session-Token: YOUR_API_KEY_HERE'
OK
Summary Unique Identifier
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
{ "id": "2fe2488217ee43e1b2e83c2f", "type": "cgm", "userId": "string", "config": { "schemaVersion": 0, "highGlucoseThreshold": 0, "veryHighGlucoseThreshold": 0, "lowGlucoseThreshold": 0, "veryLowGlucoseThreshold": 0 }, "dates": { "lastUpdatedDate": "2019-08-24T14:15:22Z", "lastUpdatedReason": [ … ], "firstData": "2019-08-24T14:15:22Z", "lastData": "2019-08-24T14:15:22Z", "lastUploadDate": "2019-08-24T14:15:22Z", "outdatedSince": "2019-08-24T14:15:22Z", "outdatedReason": [ … ] }, "periods": { "property1": { … }, "property2": { … } } }