Get a Tidepool supported insulin pump by its unique device identifier.
- Mock serverhttps://dev-docs.tidepool.org/_mock/reference/devices.v1/v1/devices/pumps/{id}
- integrationhttps://external.integration.tidepool.org/v1/devices/pumps/{id}
- productionhttps://api.tidepool.org/v1/devices/pumps/{id}
- dev1https://dev1.dev.tidepool.org/v1/devices/pumps/{id}
- qa1https://qa1.development.tidepool.org/v1/devices/pumps/{id}
- qa2https://qa2.development.tidepool.org/v1/devices/pumps/{id}
curl -i -X GET \
https://dev-docs.tidepool.org/_mock/reference/devices.v1/v1/devices/pumps/b9468a76-4afc-4c33-8d1d-1f08324d9160Response
{ "pump": { "id": "b9468a76-4afc-4c33-8d1d-1f08324d9160", "displayName": "Omnipod 5", "manufacturers": [ … ], "model": "Omnipod 5", "guardRails": { … } } }