Skip to main content
GET
/
api
/
device
/
{deviceId}
/
wellness
Wellness — Overview, Sleep, Heart Health, Pressure (Stress)
curl --request GET \
  --url https://api.stealthera.in/api/device/{deviceId}/wellness \
  --header 'Authorization: Bearer <token>'
{
  "deviceId": "<string>",
  "overview": {},
  "sleep": {},
  "hearthealth": {},
  "pressure": {}
}

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

Wellness group

deviceId
string
overview
object
sleep
object
hearthealth
object
pressure
object