Charge home pagelight logodark logo
  • Contact
  • Get API Keys
  • Get API Keys
  • API Reference
  • Website
  • Blog
  • About Us
    • How Charge Works
    • Authentication
    • Error Handling
    • Idempotency
    • Expanding Objects
    • Metadata
    API Reference
    • 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 all vehicles
      • DEL
        Delete a vehicle
      • POST
        Attach a Vehicle
      • POST
        Detach a Vehicle
    • Vehicle Telemetries
    • Webhook Endpoints
    Copy
    {
      "id": null,
      "object": null,
      "battery_capacity": null,
      "charging_standard": null,
      "created": null,
      "drivers": null,
      "fleet": null,
      "information": {
        "make": null,
        "model": null,
        "year": null
      },
      "metadata": null,
      "registration_plate": null,
      "status": null,
      "telemetry": null,
      "updated": null,
      "vin": null
    }
    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
    Assistant
    Responses are generated using AI and may contain mistakes.