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