Vehicles

EVs provide charge, location, and odometer data. Vehicles can be controlled either directly using the Control Charging API endpoint, or through Smart Charging and Schedules.

Endpoints

List Vehicles

Returns a paginated list of all available Vehicles

GET https://<API_SERVER_URL>/connect/v1/vehicles

Headers

Name
Value

Content-Type *

application/json

Authorization *

Bearer <token>

Query Parameter

Name
Type
Description

page_size

number

Number of records to return per page

before

string

after

string

Response

{
  "id": 1,
  "name": "John",
  "age": 30
}

List User Vehicles

Get Vehicle

Control Charging

Set Max Current

Get Vehicle Action

Cancel Vehicle Action

Refresh Vehicle Data

Last updated