Web service that stores information about clinics, clinicians and their patients
- Invite Clinician
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}/patient_tags/{patientTagId}/site
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}/site
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}/site
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}/site
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}/site
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}/site
- 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/clinics/{clinicId}/patient_tags/{patientTagId}/site' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
{ "id": "string", "name": "string" }
An email address, as specified by RFC 5322.
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/invites/clinicians
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/invites/clinicians
- production
https://api.tidepool.org/v1/clinics/{clinicId}/invites/clinicians
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/invites/clinicians
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/invites/clinicians
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/invites/clinicians
- 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/clinics/{clinicId}/invites/clinicians' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"email": "example@tidepool.org",
"roles": [
"CLINIC_ADMIN"
]
}'
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
{ "id": "string", "inviteId": "string", "email": "user@example.com", "name": "string", "roles": [ "CLINIC_ADMIN" ], "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z" }
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
- production
https://api.tidepool.org/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/invites/clinicians/{inviteId}' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
OK
An email address, as specified by RFC 5322.
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
{ "key": "Sds2PHMALZrmt++JyD5mIjLkZruJldiM", "type": "password_reset", "status": "pending", "email": "example@tidepool.org", "creatorId": "string", "created": "2017-02-06T02:37:46Z", "modified": "2017-02-06T02:37:46Z", "creator": { "userid": "string", "profile": { … } }, "context": "string", "restrictions": { "canAccept": true, "requiredIdp": "string" }, "expiresAt": "2024-01-30T08:11:00Z" }