Sites
- GETGet all sites
- POSTCreate a new site
- GETGet a specific site
- GETGet all chargers
- POSTCreate a new charger
- DELDetach a charger
- GETGet all connectors for a site
- GETGet smart charging settings
- PUTUpdate smart charging settings
- POSTAttach an existing charger
- GETGet current usage of a connector
- GETGet all groups
- GETGet meter usage for a group
Chargers
Datapoints
Update Proxy Settings
Update Proxy Settings
Update the proxy settings of a charger
POST
/
teams
/
{team_id}
/
chargers
/
{charger_id}
/
proxy
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/proxy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"servers": [
{}
]
}'
Request
Response
{
"message": "Proxy settings updated."
}
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/proxy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"servers": [
{}
]
}'