Web service that stores information about clinics, clinicians and their patients
- Delete Patient Permission
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}/patients/{patientId}/permissions
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions
- 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}/patients/{patientId}/permissions' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"custodian": {},
"view": {},
"note": {},
"upload": {}
}'
{ "custodian": {}, "view": {}, "note": {}, "upload": {} }
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patients/{patientId}/permissions/{permission}' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
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 server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/patients/{userId}/clinics
- integration
https://external.integration.tidepool.org/v1/patients/{userId}/clinics
- production
https://api.tidepool.org/v1/patients/{userId}/clinics
- dev1
https://dev1.dev.tidepool.org/v1/patients/{userId}/clinics
- qa1
https://qa1.development.tidepool.org/v1/patients/{userId}/clinics
- qa2
https://qa2.development.tidepool.org/v1/patients/{userId}/clinics
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/patients/{userId}/clinics?offset=0&limit=10' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
OK
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
Clinic
Clinic identifier.
Postal code. In the U.S., typically the zip code such as 94301
or 94301-1704
.
State or province. In the U.S., typically something like CA
or California
.
An array of phone numbers.
[ { "patient": { … }, "clinic": { … } } ]