Chargers
Create a new charger
API Documentation
Account
Sites
Chargers
Datapoints
Chargers
Create a new charger
Creates a new charger
POST
/
teams
/
{team_id}
/
chargers
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
team_id
integer
*
team_id
Required
integer
object
identity
string
*
identity
Required
string
Request
team_id
integer
requiredThe id of the team
Response
data
Charger
The newly created charger
id
integer
The identifier of the charger
identity
string
The identity of the charger
connection_status
ConnectionStatus
The connection status of the charger
never_seen
offline
online
status
?Status
The status of the charger
Available
Unavailable
Faulted
error
?Error
The error status of the charger
ConnectorLockFailure
EVCommunicationError
GroundFailure
HighTemperature
InternalError
LocalListConflict
NoError
OtherError
OverCurrentFailure
OverVoltage
PowerMeterFailure
PowerSwitchFailure
ReaderFailure
ResetFailure
UnderVoltage
WeakSignalLevel
error_info
?string
Extra error information for the charger
created_at
string
The date the charger was created
updated_at
string
The date the charger was last updated
Was this page helpful?