# Get Charger Port Details Gets detailed information about a specific charger port by ID, including connector specifications and active session details. Requires a valid API key. Endpoint: GET /charger-port/{id} Version: v1 Security: BearerAuth ## Path parameters: - `id` (string, required) A UUID string identifying this Charger Port. ## Response 200 fields (application/json): - `id` (string) Unique identifier for the charger port - `max_power` (number, required) Maximum power output in kW - `charging_speed` (number) Current charging speed - `custom_id` (string) Custom identifier for the port - `power` (number,null, required) Current power output - `manufacturer` (object) - `manufacturer.custom_id` (string) - `manufacturer.value` (string) - `model` (object) - `model.port_count` (integer) - `status` (object) - `status.key` (string) - `parking_lot` (object) - `parking_lot.id` (integer) Unique identifier for the parking lot - `parking_lot.value` (string, required) Name or identifier of the parking lot - `connector_type` (string) Enum: "J1772", "CCS", "CHADEMO", "NACS", "SHUKO", "TYPE_2" - `charger` (string,null, required) Associated charger UUID