Web service that stores information about clinics, clinicians and their patients
- Update Suppressed Notifications
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/clinics/{clinicId}/tier
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/tier
- production
https://api.tidepool.org/v1/clinics/{clinicId}/tier
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/tier
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/tier
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/tier
- 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/clinics/{clinicId}/tier' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"tier": "tier0100"
}'
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/suppressed_notifications
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/suppressed_notifications
- production
https://api.tidepool.org/v1/clinics/{clinicId}/suppressed_notifications
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/suppressed_notifications
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/suppressed_notifications
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/suppressed_notifications
- 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/clinics/{clinicId}/suppressed_notifications' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"suppressedNotifications": {
"patientClinicInvitation": true
}
}'
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}/upload_reminder
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/upload_reminder
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/upload_reminder
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/upload_reminder
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/upload_reminder
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/upload_reminder
- 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/clinics/{clinicId}/patients/{patientId}/upload_reminder' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'