Superadmin APIs/Vehicle Lookup (by IMEI)
Vehicle Logs by IMEI
GET
/superadmin/vehicles/by-imei/:imei/logsBearer token required
SUPERADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
imei | string | Required |
Code Examples
curl -X GET 'https://<your-domain>:3001/superadmin/vehicles/by-imei/:imei/logs' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverimei*