User APIs/Map & Telemetry
Vehicle Logs by IMEI
GET
/user/vehicles/by-imei/:imei/logsBearer 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 | |
page | integer | Optional | Default: 1 |
limit | integer | Optional | Default: 100 |
Code Examples
curl -X GET 'https://<your-domain>:3001/user/vehicles/by-imei/:imei/logs' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverimei*from*to*pagelimit