APIs intended for internal use by Tidepool.
Blob API (1.0)
The Tidepool API is an HTTP REST API used by Tidepool clients use to communicate with the Tidepool Platform.
For more information, see the Getting Started section.
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://tidepool.redocly.app/_mock/reference/blob.v1/
integration
https://external.integration.tidepool.org/
production
https://api.tidepool.org/
dev1
https://dev1.dev.tidepool.org/
qa1
https://qa1.development.tidepool.org/
qa2
https://qa2.development.tidepool.org/
Blobs
List, create, and manage binary blobs. The content format may be anything, because the blobs are treated as opaque data by the service. Each blob has a status
. If a blob is created without content, then its status is created
. If the blob is created with content or has been updated to include content then its status is available
.
Operations