get https://partner-api.monta.com/api/v1/vehicles/
Required scope: vehicle:read
Log in to see full request history
Responses
Required scope: vehicle:read
xxxxxxxxxx
curl --request GET \
--url https://partner-api.monta.com/api/v1/vehicles/vehicleId \
--header 'accept: application/json'
xxxxxxxxxx
12{
"id": 1,
"teamId": 2,
"userId": 3,
"name": "Tesla",
"licensePlate": "CT88585",
"batteryCapacityKwh": 85,
"maxPowerKwAc": 29,
"maxPowerKwDc": 35.5,
"displayName": "Tesla Model 3 Performance (2021) - 72 kWh",
"integrationId": 89188
}