Skip to content

Get Pump by ID

Request

Get a Tidepool supported insulin pump 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/pumps/b9468a76-4afc-4c33-8d1d-1f08324d9160

Responses

Insulin pump

Bodyapplication/json
pumpobject(Pump)

A Tidepool supported insulin pump

Response
{ "pump": { "id": "b9468a76-4afc-4c33-8d1d-1f08324d9160", "displayName": "Omnipod 5", "manufacturers": [], "model": "Omnipod 5", "guardRails": {} } }