Skip to main content
GET
/
api
/
health-data
Get All Devices — Live Health Data
curl --request GET \
  --url https://api.stealthera.in/api/health-data \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "nickname": "<string>",
    "model": "<string>",
    "deviceId": "<string>",
    "status": "<string>",
    "steps": 123,
    "heartRate": 123,
    "bloodOxygen": 123,
    "bodyTemp": 123,
    "phone": "<string>",
    "updateTime": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Array of device rows

id
string
nickname
string
model
string
deviceId
string
status
string
steps
number
heartRate
number
bloodOxygen
number
bodyTemp
number
phone
string
updateTime
string