No Movement Event
Overview
No movement event gets triggered when no movement is detected for a specified period.
Create no movement event
This endpoint allows you to add a no movement event to a tracker. When the event is triggered, notifications are sent to recipients based on the event notification configuration.
POST
{baseUrl}/tracker/event
Request Body
trackerId
string
✅
The unique ID of the tracker.
eventType
string
✅
The type of event to be created. (For no movement event, use "NO_MOVEMENT_ALERT"
)
eventConfig
object
✅
Configuration settings for the event.
eventConfig.minimumParkingDuration
number
✅
The delay (in minutes) before the event is triggered after it stops.
eventNotification
object
❌
Optional notification settings for the event.
eventNotification.acceptedMediums
array
❌
A list of notification channels and their settings.
eventNotification.status
string
❌
Status of the notification configuration. Accepts either "inactive"
or "active"
Sample Success Data
Sample Success Response
Last updated