Skip to main content
GET
/
api
/
device
/
{deviceId}
/
vitals
Vitals — Heart Rate, Blood Pressure, Blood Oxygen, Body Temp
curl --request GET \
  --url https://api.stealthera.in/api/device/{deviceId}/vitals \
  --header 'Authorization: Bearer <token>'
{
  "deviceId": "<string>",
  "heartrate": {},
  "bloodpressure": {},
  "bloodoxygen": {},
  "bodytemp": {}
}

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

Vitals group

deviceId
string
heartrate
object
bloodpressure
object
bloodoxygen
object
bodytemp
object