User APIs/Map & Telemetry
Vehicle Trip History by IMEI
GET
/user/vehicles/by-imei/:imei/historyBearer token required
ADMIN | USERContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
imei | string | Required |
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
from | string | Required | |
to | string | Required | |
stopMin | integer | Optional | Min stop duration minutes |
overspeedKph | integer | Optional | |
maxPoints | integer | Optional | Default: 500 |
Code Examples
curl -X GET 'https://<your-domain>:3001/user/vehicles/by-imei/:imei/history' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverimei*from*to*stopMinoverspeedKphmaxPoints