Superadmin APIs/Vehicle Lookup (by IMEI)
Vehicle Trail by IMEI
GET
/superadmin/vehicles/by-imei/:imei/trailBearer token required
SUPERADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
imei | string | Required |
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
hours | string | Optional | Last N hours |
from | string | Optional | ISO datetime |
to | string | Optional | ISO datetime |
maxPoints | string | Optional | Max trail points |
Code Examples
curl -X GET 'https://<your-domain>:3001/superadmin/vehicles/by-imei/:imei/trail' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverimei*hoursfromtomaxPoints