Get fuel level history for a vehicle
GET/fuel/level/history/:registration
This endpoint allows you to retrieve the fuel level history for a specific vehicle within a specified time frame. To use this API, your vehicle must be configured to real the fuel sensor data. The fuel level data is returned in liters with a coefficient applied. We strongly discourage you to use this API to estimate the fuel use.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.