Skip to content

ASR Supply Types

Similar to the Tenovi Hardware Integration (HWI) API’s endpoint for getting available devices for your account, the ASR API has an endpoint that outlines all the available supplies you can order.

API Endpoint

You can make a GET request to this endpoint and it will return an array of objects outlining all the available supplies you can order.

/asr/supply-types/

Some supply types require the Hardware UUID (i.e. a Gateway ID or IMEI) of the corresponding device (e.g. a Tenovi Glucometer) to be included with new supply orders in order to facilitate the accurate tracking of the number of supplies remaining for that device. This is indicated by the hardware_uuid_required parameter in the Supply type JSON response. These parameters are outlined in more detail in our ASR API Reference.

Example JSON Response

[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Tenovi Glucometer Strips & Lancets (100 Pack)",
"description": "",
"image": "http://example.com",
"up_front_cost": "17.00",
"shipping_cost": "8.00",
"hardware_uuid_required": true,
"deprecated": false
}
]