Web service that stores information about clinics, clinicians and their patients
- Update Patient Tag
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}
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patients/{patientId}
- 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}' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- 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}/patient_tags/{patientTagId}' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"name": "string"
}'
{ "id": "stringstringstringstring", "name": "string" }
- Mock server
https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- integration
https://external.integration.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- production
https://api.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- dev1
https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- qa1
https://qa1.development.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- qa2
https://qa2.development.tidepool.org/v1/clinics/{clinicId}/patient_tags/{patientTagId}
- 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}/patient_tags/{patientTagId}' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'