Skip to content

Read station configuration

POST
/api/v1/configuration/get

Retrieve OCPP configuration keys from a charge point.

object
station_id
required
string
WALLBOX_001
key

Specific config keys to read (omit for all).

Array<string>
[
"HeartbeatInterval",
"MeterValueSampleInterval"
]

OCPP GetConfiguration response.

object