Skip to main content
GET
/
customer
/
{customerId}
/
fuel
/
vehicle
Vehicle Fuel Consumption
curl --request GET \
  --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/fuel/vehicle \
  --header 'Authorization: Bearer <token>'
[
  "<unknown>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required

Query Parameters

startDate
string<date-time>
required

The start date and time for the period, in UTC, in the format of YYYY-MM-DDThh:mm:ss

endDate
string<date-time>
required

The end date and time for the period, in UTC, in the format of YYYY-MM-DDThh:mm:ss.
The end date cannot be before the startDate.

vehicleId
string

Identifier of a vehicle.

groupId
string

Identifier of a group.

Response

Successful operation