Chargers
Get proxy servers
Get the proxy servers for the specific charger
GET
Authorizations
See the documentation for more information.
Path Parameters
The ID of the team.
The ID of the charger.
Response
200 - application/json
Example:
[
{
"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
}
]
Was this page helpful?