Skip to main content
{
    "id": "veh_LYAsb3EGOvpMEVohGGwyONPPQTSO040H",
    "object": "vehicle",
    "battery_capacity": 82000,
    "charging_standard": "CCS",
    "created": "2026-04-01T00:39:14.467Z",
    "drivers": ["drv_FoGRbA1xhCCfIK7CrlcN5aExVR13Qjc3"],
    "fleet": "flt_uKWbgmcY1aNWVFxhxTNYNTLZro9tz4p2",
    "information": {
        "make": "Volvo",
        "model": "EX30",
        "year": "2025"
    },
    "metadata": {},
    "policy_ids": ["pol_Jkj1ZTjAH5bxAi05Y5x9qutaaYcH8sef"],
    "registration_plate": "AB-123-CD",
    "status": "active",
    "telemetry": "vtel_UWxuDZZAMbZTyDCSQ4kbKWbWqsSAnfJ0",
    "updated": "2026-04-01T01:24:26.833Z",
    "vin": "YV1XZK5V0S1234567"
}
{
    "id": "veh_LYAsb3EGOvpMEVohGGwyONPPQTSO040H",
    "object": "vehicle",
    "battery_capacity": 82000,
    "charging_standard": "CCS",
    "created": "2026-04-01T00:39:14.467Z",
    "drivers": ["drv_FoGRbA1xhCCfIK7CrlcN5aExVR13Qjc3"],
    "fleet": "flt_uKWbgmcY1aNWVFxhxTNYNTLZro9tz4p2",
    "information": {
        "make": "Volvo",
        "model": "EX30",
        "year": "2025"
    },
    "metadata": {},
    "policy_ids": ["pol_Jkj1ZTjAH5bxAi05Y5x9qutaaYcH8sef"],
    "registration_plate": "AB-123-CD",
    "status": "active",
    "telemetry": "vtel_UWxuDZZAMbZTyDCSQ4kbKWbWqsSAnfJ0",
    "updated": "2026-04-01T01:24:26.833Z",
    "vin": "YV1XZK5V0S1234567"
}
This object represents a vehicle in Charge. Use it to store vehicle identity, charging capabilities, relationships, and telemetry links.

Attributes

id
string
required
Unique identifier for the object.
battery_capacity
integer
required
Total battery capacity of the vehicle in watt-hours (Wh).
fleet
string | null
ID of the attached fleet, if any.
information
object
required
Manufacturer details for the vehicle.
registration_plate
string
required
License plate or vehicle registration number.
status
string
required
Current lifecycle status of the vehicle.Available options: active, inactive, retired

More attributes

object
string
required
String representing the object’s type.
charging_standard
string
required
Standard used for charging the vehicle.
created
string
Time at which the vehicle was registered. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
drivers
array of string
List of driver IDs currently linked to the vehicle.
metadata
object
Set of key-value pairs that you can attach to an object.
policy_ids
array of string
required
A list of policy IDs to apply to this vehicle.
telemetry
string
required
ID of the telemetry object linked to this vehicle (if any).
updated
string
Time at which the vehicle object was last updated. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
vin
string
Vehicle Identification Number (VIN), used to uniquely identify the vehicle.