GET
/
vehicles
/
{id}
/
battery
/
capacity
{
    "capacity": 28
}

This endpoint is only for Canadian based vehicles. Please visit this page for vehicles based in the US and Europe as we work towards consoludating all markets into a single endpoint.

Permission

read_battery

Request

Path

id
string
required

The vehicle ID of the vehicle you are making a request to.

Response

capacity
number

The rated capacity of the battery in kWh.

{
    "capacity": 28
}