Skip to main content
GET
/
api
/
device
/
{deviceId}
/
diagnostics
Diagnostics — ECG
curl --request GET \
  --url https://api.stealthera.in/api/device/{deviceId}/diagnostics \
  --header 'Authorization: Bearer <token>'
{
  "deviceId": "<string>",
  "ecg": {}
}

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

Diagnostics group

deviceId
string
ecg
object