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>"
}
]
}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>"
}
]
}Returns the proxy server configuration for the specified charger.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.
Show proxy server
ROLE_LEADER or ROLE_FOLLOWER.