external devices
Creates an event using specified webhook
post/v1/products/{productUID}/ext-devices/{deviceUID}/event
Path parameters
productUIDstring required
deviceUIDstring required
Request body
Example request
{
"bars": 2,
"best_location_when": 1652709545,
"moved": 7,
"rsrp": -91,
"rsrq": -13,
"rssi": -72,
"sinr": 18,
"tower_when": 1669667691,
"tri_points": 6,
"tri_when": 1652709545,
"updates": 1,
"when": 1656010061,
"when_ms": 1656010061123,
"where_when": 1652709545
}Response
Event Created Successfully