Skip to main content
GET
/
api
/
device
/
{deviceId}
/
sos
SOS Events & Call Logs
curl --request GET \
  --url https://api.stealthera.in/api/device/{deviceId}/sos \
  --header 'X-API-Key: <api-key>'
{
  "deviceId": "<string>",
  "sosEvents": [
    {}
  ],
  "callLogs": [
    {}
  ]
}

Authorizations

X-API-Key
string
header
required

Per-client API key issued by Stealthera.

Path Parameters

deviceId
string
required

Device IMEI

Response

SOS events and call logs

deviceId
string
sosEvents
object[]
callLogs
object[]