Admin APIs/Map & Telemetry
Vehicle Events by IMEI
GET
/admin/vehicles/by-imei/:imei/eventsBearer token required
ADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
imei | string | Required |
Code Examples
curl -X GET 'https://<your-domain>:3001/admin/vehicles/by-imei/:imei/events' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverimei*