Get a Tidepool supported continuous glucose monitor (CGM) by its unique device identifier.
- Mock serverhttps://dev-docs.tidepool.org/_mock/reference/devices.v1/v1/devices/cgms/{id}
- integrationhttps://external.integration.tidepool.org/v1/devices/cgms/{id}
- productionhttps://api.tidepool.org/v1/devices/cgms/{id}
- dev1https://dev1.dev.tidepool.org/v1/devices/cgms/{id}
- qa1https://qa1.development.tidepool.org/v1/devices/cgms/{id}
- qa2https://qa2.development.tidepool.org/v1/devices/cgms/{id}
curl -i -X GET \
https://dev-docs.tidepool.org/_mock/reference/devices.v1/v1/devices/cgms/b9468a76-4afc-4c33-8d1d-1f08324d9160Response
{ "cgm": { "id": "b9468a76-4afc-4c33-8d1d-1f08324d9160", "displayName": "Dexcom G6", "manufacturers": [ … ], "model": "G6" } }