v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Charge Point Connectors

Retrieve a single charge point connector.

get/api/v1/charge-point-connectors/{connectorId}

Path parameters

connectorIdinteger required

Response

Connector with provided id

idinteger

Id of this connector

identifierstring required

Identifier of connector

namestring required

Readable name of connector

Example response

{
  "id": 1,
  "identifier": "ccs",
  "name": "CCS"
}