Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Settings
Meters > Chargee
Products
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Chargers
Get proxy servers
Get the proxy servers for the specific charger
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
See the documentation for more information.
Path Parameters
Response
200 - application/json
The response is of type object
.
Was this page helpful?
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
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.