Retrieve fuel used estimate for multiple vehicles
POST/fuel/level
This endpoint allows you to retrieve the fuel level for up to 100 vehicles per request within your fleet, at the start and at the end of a given period with a maximum time range of 24 hours. To use this API, your vehicle must be configured to read the fuel sensor data. The fuel level data is returned in liters with a coefficient applied. Our algorithm also give you the estimated fuel used over the period.
Note: This endpoint is subject to a rate limit, allowing a maximum of 10 request per minute.
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.