Skip to main content

Get OCPP configuration parameters

GET 

/charge-points/:uid/ocpp-parameters

Retrieves the current OCPP configuration key-value pairs from the specified charge point by sending a GetConfiguration request over the OCPP WebSocket connection.

The response contains:

  • configurationKey: a list of known configuration keys, each with its key name, value, and a readonly flag indicating whether the key can be modified via ChangeConfiguration.
  • unknownKey: a list of configuration key names that the charge point returned but are not part of the standard OCPP 1.6J profile.

This endpoint does not require write permissions — any authenticated user with read access to the charge point can call it.

Request

Responses

Configuration retrieved successfully