Skip to main content
GET
/
v3
/
chargers
/
{charger}
/
proxy
Get Proxy Servers
curl --request GET \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/proxy \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "websocket_url": "<string>",
      "role": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}
Returns the proxy server configuration for the specified charger.
charger
string
required
The UUID of the charger.

Response

data
object[]
A list of proxy server entries.