Web service that stores information about clinics, clinicians and their patients
- List Clinician Invites
Clinics API (1.0)
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/patients/{userId}/clinics
- integrationhttps://external.integration.tidepool.org/v1/patients/{userId}/clinics
- productionhttps://api.tidepool.org/v1/patients/{userId}/clinics
- dev1https://dev1.dev.tidepool.org/v1/patients/{userId}/clinics
- qa1https://qa1.development.tidepool.org/v1/patients/{userId}/clinics
- qa2https://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": { … } } ]
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/clinicians/{userId}/invites
- integrationhttps://external.integration.tidepool.org/v1/clinicians/{userId}/invites
- productionhttps://api.tidepool.org/v1/clinicians/{userId}/invites
- dev1https://dev1.dev.tidepool.org/v1/clinicians/{userId}/invites
- qa1https://qa1.development.tidepool.org/v1/clinicians/{userId}/invites
- qa2https://qa2.development.tidepool.org/v1/clinicians/{userId}/invites
- 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/clinicians/{userId}/invites' \
-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 serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinicians/{userId}/invites/{inviteId}
- integrationhttps://external.integration.tidepool.org/v1/clinicians/{userId}/invites/{inviteId}
- productionhttps://api.tidepool.org/v1/clinicians/{userId}/invites/{inviteId}
- dev1https://dev1.dev.tidepool.org/v1/clinicians/{userId}/invites/{inviteId}
- qa1https://qa1.development.tidepool.org/v1/clinicians/{userId}/invites/{inviteId}
- qa2https://qa2.development.tidepool.org/v1/clinicians/{userId}/invites/{inviteId}
- 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/clinicians/{userId}/invites/{inviteId}' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'