Skip to content

Get Binary Blob Content

Request

Retrieves the content of a binary blob in the user's account.

Security
sessionToken
Path
blobIdstring(Blob ID)^[0-9a-z]{32}$read-onlyrequired

Blob ID

Example:97a9fae8a19b4da58bb48dc90c9562c9
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'

Responses

Binary blob content

Headers
Digeststring, = 28 characters^md5=(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}...required

Base64-encoded MD5 hash of the resource, per RFC 3230

Example:"md5=HUXZLQLMuI/KZ5KDcJPcOA=="
Body*/*
string, (binary)(Blob content)read-only

Binary data.

Response
string