Tidepool API/Clinics API//
- Retrieve Migration Status
Migrate Legacy Clinician Patients
Enable Clinics
Trigger initial migration
Get Migration
Update Migration
Remove User from Clinics
Update User Details
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
Retrieve Migration Status
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/migrations
- integrationhttps://external.integration.tidepool.org/v1/clinics/{clinicId}/migrations
- productionhttps://api.tidepool.org/v1/clinics/{clinicId}/migrations
- dev1https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/migrations
- qa1https://qa1.development.tidepool.org/v1/clinics/{clinicId}/migrations
- qa2https://qa2.development.tidepool.org/v1/clinics/{clinicId}/migrations
curl -i -X GET \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/migrations' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'OK
Array []
The user id of the legacy clinician account that needs to be migrated.
Response
[ { "userId": "string", "status": "PENDING", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "attestationTime": "2019-08-24T14:15:22Z" } ]