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

    The Driver object

    A Driver represents an individual authorized to initiate and manage charging sessions. Drivers are typically associated with a fleet or account and are assigned to one or more vehicles.

    List charging stationsCreate a driver
    linkedin
    Powered by Mintlify
    Copy
    {
      "id": null,
      "object": null,
      "created": null,
      "email": null,
      "license_number": null,
      "name": null,
      "phone": null,
      "preferences": {
        "charging_speed": null,
        "notifications": null,
        "currency": null,
        "payment_method": null,
        "max_price_per_kwh": null,
        "preferred_cpos": null,
        "preferred_charging_stations": null
      },
      "status": null,
      "updated": null,
      "vehicles": null,
      "wallet_balance": null
    }
    Assistant
    Responses are generated using AI and may contain mistakes.