POST
/
v1.0.0
/
link
/
users
/
{userId}
/
vendor-accounts
/
{vendorAccountId}
/
chargers
[
  {
    "isLinked": true,
    "vendor": "EASEE",
    "name": "My charger",
    "externalId": "8413731391660801",
    "model": "Go-e V4",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Authorizations

X-API-KEY
string
headerrequired

ApiKey used for authorization and authentication

Path Parameters

userId
string
required

User ID

vendorAccountId
string
required

Vendor account ID

Body

application/json

Object for chargers IDs request that should be added to the Energy Hub Alliance.

externalChargers
string[]
required

List of external IDs of chargers to be linked to the Energy Hub Alliance.

Response

200 - application/json
isLinked
boolean
required

Indicates if the charger is linked with the Energy Hub Alliance.

vendor
enum<string>
required

The vendor of the charger.

Available options:
EASEE,
GO_E
name
string
required

The display name of the charger.

externalId
string
required

ID of the charger in external vendor system.

model
string

The model of the charger.

id
string
required

The ID of the charger.