Charge home pagelight logodark logo
  • Contact
  • Get API Keys
  • Get API Keys
  • Documentation
  • Blog
  • Getting Started
    • Accounts
    • Charging Sessions
    • Charging Stations
    • Drivers
    • Estimations
    • Fleets
    • Invoices
    • Payment Methods
    • Reports
    • Reservations
    • Transactions
    • Vehicles
      • The Vehicle object
      • POST
        Create a vehicle
      • POST
        Update a vehicle
      • GET
        Retrieve a vehicle
      • GET
        List driver’s vehicles
      • DEL
        Delete a vehicle
      • POST
        Add a vehicle to a fleet
      • POST
        Attach a vehicle to a driver
      • POST
        Detach a vehicle from a driver
    • Vehicle Telemetries
    • Webhook Endpoints
    Vehicles

    The Vehicle object

    A Vehicle represents an electric vehicle registered within the Charge platform. Vehicles can be linked to one or more drivers, and are used to associate charging sessions, telemetry data, and battery specifications.

    List fleet’s transactionsCreate a vehicle
    linkedin
    Powered by Mintlify
    Copy
    {
      "id": null,
      "object": null,
      "battery_capacity": null,
      "charging_standard": null,
      "created": null,
      "drivers": null,
      "information": {
        "make": "<string>",
        "model": "<string>",
        "year": "<string>"
      },
      "metadata": null,
      "registration_plate": null,
      "status": null,
      "telemetry": null,
      "updated": null,
      "vin": null
    }
    Assistant
    Responses are generated using AI and may contain mistakes.