Web service that stores information about clinics, clinicians and their patients
Tidepool API/Clinics API//
- Redox EHR Endpoint
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 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
Redox EHR Endpoint
Clinics API (1.0)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1
integration
https://external.integration.tidepool.org
production
https://api.tidepool.org
dev1
https://dev1.dev.tidepool.org
qa1
https://qa1.development.tidepool.org
qa2
https://qa2.development.tidepool.org
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/membership_restrictions
- integrationhttps://external.integration.tidepool.org/v1/clinics/{clinicId}/membership_restrictions
- productionhttps://api.tidepool.org/v1/clinics/{clinicId}/membership_restrictions
- dev1https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/membership_restrictions
- qa1https://qa1.development.tidepool.org/v1/clinics/{clinicId}/membership_restrictions
- qa2https://qa2.development.tidepool.org/v1/clinics/{clinicId}/membership_restrictions
- 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/clinics/{clinicId}/membership_restrictions' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"restrictions": [
{
"emailDomain": "example.com",
"requiredIdp": "string"
}
]
}'Response
application/json
{ "restrictions": [ { … } ] }
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/redox
- integrationhttps://external.integration.tidepool.org/v1/redox
- productionhttps://api.tidepool.org/v1/redox
- dev1https://dev1.dev.tidepool.org/v1/redox
- qa1https://qa1.development.tidepool.org/v1/redox
- qa2https://qa2.development.tidepool.org/v1/redox
- 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/redox \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{}'- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/redox/verify
- integrationhttps://external.integration.tidepool.org/v1/redox/verify
- productionhttps://api.tidepool.org/v1/redox/verify
- dev1https://dev1.dev.tidepool.org/v1/redox/verify
- qa1https://qa1.development.tidepool.org/v1/redox/verify
- qa2https://qa2.development.tidepool.org/v1/redox/verify
- 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/redox/verify \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'