User APIs/Map & Telemetry
Vehicle Trail by IMEI
GET
/user/vehicles/by-imei/:imei/trailBearer token required
ADMIN | USERContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
imei | string | Required |
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
hours | integer | Optional | Quick trail for last N hours (default 2) |
from | string | Optional | ISO 8601 start |
to | string | Optional | ISO 8601 end |
maxPoints | integer | Optional | Default: 500 |
Code Examples
curl -X GET 'https://<your-domain>:3001/user/vehicles/by-imei/:imei/trail' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverimei*hoursfromtomaxPoints