---
title: "Get Configuration"
method: GET
path: "/api/chargers/{chargerId}/config"
tags: ["Charger"]
---

# Get Configuration

`GET /api/chargers/{chargerId}/config`

Get charger configuration.

## Path parameters

- `chargerId` string, required

## Response `200`

Charger configuration

- EaseeCloudAPIChargerConfigurationDTO
  - `isEnabled` boolean, nullable
  - `lockCablePermanently` boolean, nullable
  - `authorizationRequired` boolean, nullable
  - `remoteStartRequired` boolean, nullable
  - `smartButtonEnabled` boolean, nullable
  - `wiFiSSID` string, nullable
  - `detectedPowerGridType` 0 | 1 | 2 | 3 | 4 | 5 | 30 | 31 | 50 | 51 | 52
  - `offlineChargingMode` 0 | 1 | 2
  - `circuitMaxCurrentP1` number, double, nullable
  - `circuitMaxCurrentP2` number, double, nullable
  - `circuitMaxCurrentP3` number, double, nullable
  - `enableIdleCurrent` boolean, nullable
  - `limitToSinglePhaseCharging` boolean, nullable
  - `phaseMode` 1 | 2 | 3
  - `localNodeType` 0 | 1 | 2 | 3
  - `localAuthorizationRequired` boolean, nullable
  - `localRadioChannel` integer, nullable
  - `localShortAddress` integer, nullable
  - `localParentAddrOrNumOfNodes` integer, nullable
  - `localPreAuthorizeEnabled` boolean, nullable
  - `localAuthorizeOfflineEnabled` boolean, nullable
  - `allowOfflineTxForUnknownId` boolean, nullable
  - `maxChargerCurrent` number, double, nullable
  - `ledStripBrightness` integer, nullable
  - `chargingSchedule` string, nullable

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/versions/46ccab4af8b1/schema)
