APIs intended for internal use by Tidepool.
Metadata 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/metadata.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/
- Mock server
https://tidepool.redocly.app/_mock/reference/metadata.v1/metadata/{userId}/private/{fieldName}
- integration
https://external.integration.tidepool.org/metadata/{userId}/private/{fieldName}
- production
https://api.tidepool.org/metadata/{userId}/private/{fieldName}
- dev1
https://dev1.dev.tidepool.org/metadata/{userId}/private/{fieldName}
- qa1
https://qa1.development.tidepool.org/metadata/{userId}/private/{fieldName}
- qa2
https://qa2.development.tidepool.org/metadata/{userId}/private/{fieldName}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://tidepool.redocly.app/_mock/reference/metadata.v1/metadata/{userId}/private/{fieldName}' \
-H 'X-Tidepool-Session-Token: YOUR_API_KEY_HERE'