Skip to content

Devices

List and retrieve information about Tidepool supported devices, such as insulin pumps and continuous glucose monitors (CGMs), including the guard rails used to validate device settings.

List Pumps

Request

List all Tidepool supported insulin pumps.

curl -i -X GET \
  https://dev-docs.tidepool.org/_mock/reference/devices.v1/v1/devices/pumps

Responses

List of insulin pumps

Bodyapplication/json
pumpsArray of objects(Pump)
Response
{ "pumps": [ {} ] }