---
title: "Chargers"
method: GET
path: "/api/chargers"
tags: ["Charger"]
---

# Chargers

`GET /api/chargers`

Get chargers.If role is Partner, all partner chargers will be returned.If role is User, the users chargers will be returned.Rate limited: Rate limited at max 2 requests per minute

## Response `200`

Charger array

- EaseeCloudAPIBasicChargerDTO[]
  - `id` string, nullable
  - `name` string, nullable
  - `color` 1 | 2 | 3 | 4 | 5
  - `createdOn` string, date-time
  - `updatedOn` string, date-time
  - `levelOfAccess` 1 | 2 | 3
  - `productCode` 1 | 2 | 100 | 400 | 1000

## Other responses

- `403`

---

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