Skip to main content
GET
/
api
/
device
/
{deviceId}
/
safety
Safety — Location Track + Device Alarms
curl --request GET \
  --url https://api.stealthera.in/api/device/{deviceId}/safety \
  --header 'Authorization: Bearer <token>'
{
  "deviceId": "<string>",
  "locationtrack": {},
  "alarms": [
    {}
  ]
}

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

Safety group

deviceId
string
locationtrack
object
alarms
object[]