Skip to main content
GET
/
api
/
v3
/
chargers
/
{charger_uuid}
Get charger
curl --request GET \
  --url https://app.plugchoice.com/api/v3/chargers/{charger_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "uuid": "445bd3f6-8f2c-38cb-aa04-2f4e1edb32bb",
    "id": 1,
    "identity": "deea2dce-ea5d-340f-90ce-c06cddd4c879",
    "reference": null,
    "connection_status": "never_seen",
    "status": null,
    "error": null,
    "error_info": null,
    "vendor_id": null,
    "vendor_error_code": null,
    "firmware_version": null,
    "server": null,
    "last_connection_at": null,
    "last_disconnection_at": null,
    "last_heartbeat_at": null,
    "setup_pending": false,
    "setup_completed": false,
    "blocked": false,
    "max_current": null,
    "created_at": "2026-01-10T01:14:32.000000Z",
    "updated_at": "2026-01-10T01:14:32.000000Z",
    "licenses": {
      "smart": false,
      "pro": false
    },
    "model": {
      "vendor": "Leffler PLC",
      "name": "non facere"
    },
    "permissions": {
      "basic": false,
      "sensitive": false,
      "full": false
    },
    "connectors": [
      {
        "id": 1,
        "charger_id": 1,
        "connector_id": 1,
        "status": "Faulted",
        "error": "NoError",
        "error_info": null,
        "vendor_id": null,
        "vendor_error_code": null,
        "max_amperage": null,
        "max_voltage": null,
        "standard": null,
        "format": null,
        "power_type": null,
        "phase_rotation": null,
        "created_at": "2026-01-10T01:14:32.000000Z",
        "updated_at": "2026-01-10T01:14:32.000000Z"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

charger_uuid
string
required

Response

200 - application/json
data
object