Web service that stores information about clinics, clinicians and their patients
- Notification Webhook
Clinics API (1.0)
https://tidepool.redocly.app/_mock/reference/clinic.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/clinic.v1/v1/xealth/program
- integration
https://external.integration.tidepool.org/v1/xealth/program
- production
https://api.tidepool.org/v1/xealth/program
- dev1
https://dev1.dev.tidepool.org/v1/xealth/program
- qa1
https://qa1.development.tidepool.org/v1/xealth/program
- qa2
https://qa2.development.tidepool.org/v1/xealth/program
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/program \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/notification
- integration
https://external.integration.tidepool.org/v1/xealth/notification
- production
https://api.tidepool.org/v1/xealth/notification
- dev1
https://dev1.dev.tidepool.org/v1/xealth/notification
- qa1
https://qa1.development.tidepool.org/v1/xealth/notification
- qa2
https://qa2.development.tidepool.org/v1/xealth/notification
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/notification \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/report/web/viewer.html
- integration
https://external.integration.tidepool.org/v1/xealth/report/web/viewer.html
- production
https://api.tidepool.org/v1/xealth/report/web/viewer.html
- dev1
https://dev1.dev.tidepool.org/v1/xealth/report/web/viewer.html
- qa1
https://qa1.development.tidepool.org/v1/xealth/report/web/viewer.html
- qa2
https://qa2.development.tidepool.org/v1/xealth/report/web/viewer.html
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/xealth/report/web/viewer.html?clinicId=string&patientId=string&restricted_token=string' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'