Retrieves the content of a binary blob in the user's account.
Security
sessionToken
- Mock serverhttps://tidepool.redocly.app/_mock/reference/blob.v1/v1/blobs/{blobId}/content
- integrationhttps://external.integration.tidepool.org/v1/blobs/{blobId}/content
- productionhttps://api.tidepool.org/v1/blobs/{blobId}/content
- dev1https://dev1.dev.tidepool.org/v1/blobs/{blobId}/content
- qa1https://qa1.development.tidepool.org/v1/blobs/{blobId}/content
- qa2https://qa2.development.tidepool.org/v1/blobs/{blobId}/content
curl -i -X GET \
https://tidepool.redocly.app/_mock/reference/blob.v1/v1/blobs/97a9fae8a19b4da58bb48dc90c9562c9/content \
-H 'X-Tidepool-Session-Token: YOUR_API_KEY_HERE'Binary blob content
Headers
Base64-encoded MD5 hash of the resource, per RFC 3230
Example:"md5=HUXZLQLMuI/KZ5KDcJPcOA=="
string, (binary)(Blob content)read-only
Binary data.
Response
string