Tidepool API/Clinics API//
- Update User Details
Migrate Legacy Clinician Patients
Retrieve Migration Status
Enable Clinics
Trigger initial migration
Get Migration
Update Migration
Remove User from Clinics
List All Clinicians
UpdatePatientSummary
DeletePatientSummary
Create or update a data source for a patient
Update Tier
Assign Patient Tag To Clinic Patients
Delete Patient Tag From Clinic Patients
Update Membership Restrictions
Redox EHR Endpoint
Redox Verify Endpoint
Get EHR Settings
Update EHR Settings
Match Clinic and Patient
Get MRN Settings
Update MRN Settings
Update Patient Count Settings
Refresh Patient Count
Sync EHR Data
Preorder Form Webhook
Get Programs
Get Program Url
Notification Webhook
View PDF Report
Add Service Account
Sync EHR Data for Patient
Merge Clinic
Connect Provider
Update User Details
Internal endpoint to update clinician details. In the future it may be extended to support patient updates.
Security
sessionToken
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 serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/users/{userId}/clinics
- integrationhttps://external.integration.tidepool.org/v1/users/{userId}/clinics
- productionhttps://api.tidepool.org/v1/users/{userId}/clinics
- dev1https://dev1.dev.tidepool.org/v1/users/{userId}/clinics
- qa1https://qa1.development.tidepool.org/v1/users/{userId}/clinics
- qa2https://qa2.development.tidepool.org/v1/users/{userId}/clinics
curl -i -X POST \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/users/{userId}/clinics' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"email": "user@example.com"
}'