Skip to content

Get CGM by ID

Request

Get a Tidepool supported continuous glucose monitor (CGM) by its unique device identifier.

Path
idstring, (uuid)(GUID)^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][...required

Device ID

Example:b9468a76-4afc-4c33-8d1d-1f08324d9160
curl -i -X GET \
  https://dev-docs.tidepool.org/_mock/reference/devices.v1/v1/devices/cgms/b9468a76-4afc-4c33-8d1d-1f08324d9160

Responses

Continuous glucose monitor

Bodyapplication/json
cgmobject(CGM)

A Tidepool supported continuous glucose monitor

Response
{ "cgm": { "id": "b9468a76-4afc-4c33-8d1d-1f08324d9160", "displayName": "Dexcom G6", "manufacturers": [], "model": "G6" } }