GET
/
v1.0.0
/
chargers
/
{chargerId}
/
refresh
{
  "lastUpdated": "2023-11-07T05:31:56Z",
  "chargeState": {
    "lastUpdated": "2023-11-07T05:31:56Z",
    "chargeRate": 6.5,
    "chargeCurrentMax": 20,
    "isPlugged": true,
    "chargingState": "Unplugged"
  },
  "location": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "isOnline": true,
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "userId": "896f9d5a-b618-48a2-98ae-957059bf1bc9",
  "staticData": {
    "lastUpdated": "2023-11-07T05:31:56Z",
    "vendor": "EASEE",
    "name": "My charger",
    "model": "Fusion Solar"
  }
}

Authorizations

X-API-KEY
string
headerrequired

ApiKey used for authorization and authentication

Path Parameters

chargerId
string
required

Charger ID

Response

200 - application/json

Object of charger response.

lastUpdated
string

The timestamp of the last update of any field in the charger data.

chargeState
object

Object of charge state data of a charger.

location
string

Object of the location of the charger.

isOnline
boolean
required

Indicates if the charger is reachable trough the vendor system.

id
string
required

The ID of the charger.

userId
string
required

The ID of the user.

staticData
object

Object of static data of a charger.