GET
/
v2.0
/
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.
The Vehicles API v2.0 will be deprecated by Q3 of 2026. We recommend migrating to the latest version as soon as possible to ensure continued support and access to new features.

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
}