GET
/
api
/
v3
/
chargers
/
{charger_uuid}
/
proxy
curl --request GET \
  --url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/proxy \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "websocket_url": "wss://cronin.com",
      "role": "follower",
      "created_at": null,
      "updated_at": null
    },
    {
      "websocket_url": "wss://mclaughlin.com",
      "role": "follower",
      "created_at": null,
      "updated_at": null
    }
  ]
}

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.