Admin APIs/Map & Telemetry
Vehicle Replay by IMEI
GET
/admin/vehicles/by-imei/:imei/replayBearer token required
ADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
imei | string | Required |
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
from | string | Required | |
to | string | Required | |
maxPoints | string | Optional |
Response Example
200 OK
{
"action": true,
"data": [
{
"lat": 28.6139,
"lng": 77.209,
"speedKph": 45,
"heading": 180,
"timestamp": "2026-03-08T04:00:00Z"
}
]
}Code Examples
curl -X GET 'https://<your-domain>:3001/admin/vehicles/by-imei/:imei/replay' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverimei*from*to*maxPoints