API Documentation
Account
Sites
Chargers
Datapoints
Get Chargers
Returns all the chargers that are associated with a site.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Request
The id of the team
The id of the site
Response
Array of chargers
The identifier of the charger
The identity of the charger
The connection status of the charger
never_seen
offline
online
The status of the charger
Available
Unavailable
Faulted
The error status of the charger
ConnectorLockFailure
EVCommunicationError
GroundFailure
HighTemperature
InternalError
LocalListConflict
NoError
OtherError
OverCurrentFailure
OverVoltage
PowerMeterFailure
PowerSwitchFailure
ReaderFailure
ResetFailure
UnderVoltage
WeakSignalLevel
Extra error information for the charger
The date the charger was created
The date the charger was last updated
Array of connectors
The identifier of the connector
The identifier of the charger this connector belongs to
The connector number
The status of the connector
Available
Preparing
Charging
SuspendedEVSE
SuspendedEV
Finishing
Reserved
Unavailable
Faulted
The error status of the connector
ConnectorLockFailure
EVCommunicationError
GroundFailure
HighTemperature
InternalError
LocalListConflict
NoError
OtherError
OverCurrentFailure
OverVoltage
PowerMeterFailure
PowerSwitchFailure
ReaderFailure
ResetFailure
UnderVoltage
WeakSignalLevel
Extra error information for the connector
The date the connector was created
The date the connector was last updated
Was this page helpful?