---
title: "Gets default OCPP connection details for an operator"
method: GET
path: "/local-ocpp/v1/operators/{operatorId}/connection-details"
tags: ["Direct OCPP - For Operators"]
---

# Gets default OCPP connection details for an operator

`GET /local-ocpp/v1/operators/{operatorId}/connection-details`

Returns a versioned object with the latest stored OCPP configuration for an operator.

## Path parameters

- `operatorId` integer, required

## Query parameters

- `version` string, nullable

## Response `200`

Success

- EaseeOCPPConfigurationAPIOperatorConnectionDetailsDto
  - `version` string — Version identifier, used to fetch specific configuration versions
  - `connectivityMode` 'OcppOff' | 'DualProtocol' | 'Unknown'
  - `websocketConnectionArgs` EaseeOCPPConfigurationAPIWebsocketConnectionArgs
    - `url` string, required — CSMS endpoint url for websocket connection. Specify custom port if needed, otherwise default port will be used. ChargePointId or if not provided SerialNumber will be appended to url.
    - `caCertificate` string, nullable — CA certificate in pem format to enable TLS
    - `caCertificateDomain` string, nullable — CA certificate domain
  - `basicAuth` EaseeOCPPConfigurationAPIOperatorBasicAuthDto
    - `password` string
  - `applyToNewDevices` boolean — Specifies if OCPP should be provisioned when a new charger is paired to an operator

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[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/revisions/46ccab4af8b1/schema)
