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
      • The Fleet object
      • POST
        Create a fleet
      • POST
        Update a fleet
      • GET
        Retrieve a fleet
      • DEL
        Delete a fleet
    • Invoices
    • Payment Methods
    • Reports
    • Reservations
    • Transactions
    • Vehicles
    • Vehicle Telemetries
    • Webhook Endpoints
    Copy
    {
      "id": null,
      "object": null,
      "address": {
        "city": null,
        "country": null,
        "line1": null,
        "line2": null,
        "postal_code": null,
        "state": null
      },
      "created": null,
      "description": null,
      "email": null,
      "metric_system": null,
      "name": null,
      "phone": null,
      "preferences": {
        "billing_cycle": null,
        "notifications": null,
        "default_currency": null,
        "default_payment_method": null,
        "report_frequency": null
      },
      "status": null,
      "timezone": null,
      "total_drivers": null,
      "total_vehicles": null,
      "total_energy_consumed_kwh": null,
      "total_sessions": null,
      "updated": null,
      "wallet_balance": null
    }
    Fleets

    The Fleet object

    A Fleet represents a group of vehicles and drivers managed under a single operational unit. Fleets are commonly used by logistics providers, delivery networks, or enterprise customers to organize charging activity, billing, and reporting by group.

    Retrieve an estimationCreate a fleet
    linkedin
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.