APIs intended for internal use by Tidepool.
General 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.
Download OpenAPI description
Overview
URL
API Support
License
Languages
Servers
Mock server
https://tidepool.redocly.app/_mock/reference/general.v1/
integration
https://external.integration.tidepool.org/
production
https://api.tidepool.org/
dev1
https://dev1.dev.tidepool.org/
qa1
https://qa1.development.tidepool.org/
qa2
https://qa2.development.tidepool.org/
- Mock server
https://tidepool.redocly.app/_mock/reference/general.v1/info
- integration
https://external.integration.tidepool.org/info
- production
https://api.tidepool.org/info
- dev1
https://dev1.dev.tidepool.org/info
- qa1
https://qa1.development.tidepool.org/info
- qa2
https://qa2.development.tidepool.org/info
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://tidepool.redocly.app/_mock/reference/general.v1/info
Tidepool Minimum Client Versions
versions.uploaderMinimumstring(Semantic Version Number)>= 5 characters^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-...required
Semantic Version Number 2.0.0. Regex from their site.
Example: "2.36.1"
Response
application/json
{ "versions": { "uploaderMinimum": "2.36.1" } }