ADMIN | USER·Base path:
/userUser APIs
Fleet manager endpoints: vehicle tracking, geofencing, routes, drivers, sharing, dashboard, and notifications.
Vehicles
- GETList Vehicles
/user/vehicles - GETGet Vehicle
/user/vehicles/:id - PATCHUpdate Vehicle
/user/vehicles/:id - PATCHUpdate Vehicle Config
/user/vehicles/:id/config - GETVehicle Latest Telemetry
/user/vehicles/:id/telemetry - GETList Vehicle Documents
/user/vehicles/:vehicleId/documents - POSTUpload Vehicle Document
/user/vehicles/:vehicleId/documents - PATCHUpdate Vehicle Document
/user/vehicles/:vehicleId/documents/:docId - DELETEDelete Vehicle DocumentDestructive
/user/vehicles/:vehicleId/documents/:docId
Vehicle Sensors
- GETList Vehicle Sensors
/user/vehicles/:vehicleId/sensors - POSTCreate Sensor
/user/vehicles/:vehicleId/sensors - PATCHUpdate Sensor
/user/vehicles/:vehicleId/sensors/:sensorId - DELETEDelete SensorDestructive
/user/vehicles/:vehicleId/sensors/:sensorId - POSTRun Sensor (Test)
/user/vehicles/:vehicleId/sensors/run - GETSensor Telemetry
/user/vehicles/:vehicleId/sensors/telemetry - GETSensor History
/user/vehicles/:vehicleId/sensors/:sensorId/history
Sub Users
- GETList Sub Users
/user/subusers - POSTCreate Sub User
/user/subusers - GETGet Sub User
/user/subusers/:id - PATCHUpdate Sub User
/user/subusers/:id - DELETEDelete Sub UserDestructive
/user/subusers/:id - GETSub User Vehicles
/user/subusers/:id/vehicles - POSTAssign Vehicles to Sub User
/user/subusers/:id/vehicles/assign - POSTUnassign Vehicles from Sub User
/user/subusers/:id/vehicles/unassign
Drivers
- POSTCreate Driver
/user/drivers - GETList Drivers
/user/drivers - GETGet Driver
/user/drivers/:id - PATCHUpdate Driver
/user/drivers/:id - DELETEDelete DriverDestructive
/user/drivers/:id - POSTAssign Driver → Vehicle
/user/drivers/:id/assign - POSTUnassign Driver from Vehicle
/user/drivers/:id/unassign - GETDriver Activity Logs
/user/drivers/:id/logs - GETList Driver Documents
/user/drivers/:driverId/documents - POSTUpload Driver Document
/user/drivers/:driverId/documents - PATCHUpdate Driver Document
/user/drivers/:driverId/documents/:docId - DELETEDelete Driver DocumentDestructive
/user/drivers/:driverId/documents/:docId
Geofences
Routes
Points of Interest (POIs)
Share Track Links
Map & Telemetry
- GETMap Telemetry
/user/map-telemetry - GETMap Events
/user/map-events - GETVehicle Details by IMEI
/user/vehicles/by-imei/:imei/details - GETVehicle Logs by IMEI
/user/vehicles/by-imei/:imei/logs - GETVehicle Events by IMEI
/user/vehicles/by-imei/:imei/events - GETVehicle Trail by IMEI
/user/vehicles/by-imei/:imei/trail - GETVehicle Replay by IMEI
/user/vehicles/by-imei/:imei/replay - GETVehicle Trip History by IMEI
/user/vehicles/by-imei/:imei/history - GETVehicle Sensors by IMEI
/user/vehicles/by-imei/:imei/sensors
Notifications
- GETList Notifications
/user/notifications - PATCHRead All Notifications
/user/notifications/read-all - PATCHRead Notification
/user/notifications/:id/read - GETList Vehicle Notifications
/user/notifications/vehicle - PATCHRead All Vehicle Notifications
/user/notifications/vehicle/read-all - PATCHRead Vehicle Notification
/user/notifications/vehicle/:id/read
Notification Settings
Device Commands
Dashboards (Custom Widget Layouts)
Dashboard Widgets
- GETFleet Status Widget
/user/dashboard/fleet-status - GET7-Day Usage Widget
/user/dashboard/usage-last-7-days - GETWeekly Comparison Widget
/user/dashboard/weekly-comparison - GETRecent Alerts Widget
/user/dashboard/recent-alerts - GETRecent Alert Detail
/user/dashboard/recent-alerts/:id - PATCHRead Alert
/user/dashboard/recent-alerts/:id/read - GETTop Assets Widget
/user/dashboard/top-assets - GETDay/Night Usage Widget
/user/dashboard/day-night
Landmark Bulk Import
Support Tickets
Transactions
Profile & Settings
- GETGet Profile
/user/profile - PATCHUpdate Profile
/user/profile - POSTUpload Profile Image
/user/upload - POSTUpdate Password
/user/updatepassword - PATCHUpdate Company Info
/user/companydetails - GETGet Localization
/user/localization - PATCHUpdate Localization
/user/localization - POSTVerify Email – Request OTP
/user/profile/verify/email/request - POSTVerify Email – Confirm OTP
/user/profile/verify/email/confirm - POSTVerify WhatsApp – Request OTP
/user/profile/verify/whatsapp/request - POSTVerify WhatsApp – Confirm OTP
/user/profile/verify/whatsapp/confirm - GETGet Email Subscription
/user/profile/email-subscription - POSTSubscribe to Email
/user/profile/email-subscription/subscribe - POSTTest Push Notification (Self)
/user/notifications/test-fcm-me