GET
/
api
/
v3
/
chargers
/
{charger_uuid}
/
proxy
Get proxy servers
curl --request GET \
  --url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/proxy \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "websocket_url": "wss://marquardt.com",
      "role": "follower",
      "created_at": "2025-07-04T13:42:21.000000Z",
      "updated_at": "2025-07-04T13:42:21.000000Z"
    },
    {
      "websocket_url": "wss://leuschke.info",
      "role": "leader",
      "created_at": "2025-07-04T13:42:21.000000Z",
      "updated_at": "2025-07-04T13:42:21.000000Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

charger_uuid
string
required

Response

200 - application/json

The response is of type object.