---
title: "Operator"
method: GET
path: "/api/chargers/{chargerId}/partners"
tags: ["Charger"]
---

# Operator

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

Get operator of charger.

## Path parameters

- `chargerId` string, required

## Response `200`

Partner paired with charger

- AccessControlAPIPartnerDetailedDTO
  - `id` integer
  - `name` string, nullable
  - `short` string, nullable
  - `long` string, nullable
  - `bigImage` string, nullable
  - `smallImage` string, nullable
  - `accountId` integer
  - `createdOn` string, date-time
  - `smartButtonEnabled` boolean
  - `authorizationRequired` boolean
  - `remoteStartRequired` boolean
  - `localPreAuthorizeEnabled` boolean
  - `localAuthorizeOfflineEnabled` boolean
  - `allowOfflineTxForUnknownId` boolean
  - `offlineChargingMode` integer
  - `isOperator` boolean
  - `isInstaller` boolean
  - `isSupport` boolean
  - `hasAuthManagementSystem` boolean
  - `useOcppIntegration` boolean
  - `useAmqpIntegration` boolean
  - `isTest` boolean
  - `inProduction` boolean
  - `authorizeChargingWithEasee` boolean
  - `subscriptionKey` string, nullable
  - `isEasee` boolean
  - `agreementType` 0 | 1
  - `hasOnboardingFlow` boolean

---

[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)
