Get fuel fills for a vehicle
GET/fuel/fills/:registration
This endpoint retrieves a vehicles's fuel fills for a specified period, with a maximum duration of 31 days. The API requires the tracker to be configured to read the fuel sensor data. It returns the fuel fill values in liters (with coefficient applied).
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.