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
    • Vehicle Telemetries
      • The Vehicle Telemetry object
      • GET
        Get real-time telemetry
    • Webhook Endpoints
    Vehicle Telemetries

    The Vehicle Telemetry object

    Vehicle Telemetry provides real-time insights from a connected electric vehicle, including battery status, location, firmware version, and odometer readings. It is linked to a registered vehicle and regularly updated.

    Detach a vehicle from a driverGet real-time telemetry
    linkedin
    Powered by Mintlify
    Copy
    {
      "id": null,
      "object": null,
      "vehicle": null,
      "battery": {
        "capacity": null,
        "level": null,
        "range": null,
        "status": null,
        "temperature": null,
        "updated": null
      },
      "firmware_version": null,
      "location": {
        "latitude": null,
        "longitude": null,
        "updated": null
      },
      "odometer": {
        "unit": null,
        "value": null,
        "updated": null
      }
    }
    Assistant
    Responses are generated using AI and may contain mistakes.