Skip to main content
GET
/
api
/
device
/
{deviceId}
/
bloodketone
Blood Ketone
curl --request GET \
  --url https://api.stealthera.in/api/device/{deviceId}/bloodketone \
  --header 'Authorization: Bearer <token>'
{
  "deviceId": "<string>",
  "date": "<string>",
  "series": [
    {}
  ],
  "average": 123,
  "max": 123,
  "min": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

deviceId
string
required

Device IMEI

Response

Blood ketone series

deviceId
string
date
string
series
object[]
average
number
max
number
min
number