Tidepool API/Clinics API//
- Refresh Patient Count
Migrate Legacy Clinician Patients
Retrieve Migration Status
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
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
Refresh Patient Count
An internal endpoint to refresh the patient count for the specified clinic.
Security
sessionToken
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patient_count/refresh
- integrationhttps://external.integration.tidepool.org/v1/clinics/{clinicId}/patient_count/refresh
- productionhttps://api.tidepool.org/v1/clinics/{clinicId}/patient_count/refresh
- dev1https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patient_count/refresh
- qa1https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patient_count/refresh
- qa2https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patient_count/refresh
curl -i -X POST \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patient_count/refresh' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'