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>",
      "has_password": true,
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

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.